mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-10 19:18:51 -06:00
Compare commits
3 Commits
dc678e59df
...
gh-actions
| Author | SHA1 | Date | |
|---|---|---|---|
|
10ffb6c6a0
|
|||
|
|
856a0726f7 | ||
|
|
df97b1fd4f |
1
build.sh
1
build.sh
@@ -162,6 +162,7 @@ android_boot() {
|
||||
|
||||
# shellcheck disable=SC2016
|
||||
android_test() {
|
||||
return 1
|
||||
API=$1
|
||||
AVDNAME=${AVD_PREFIX}${API}
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ dependencies {
|
||||
val kotlinVersion = "1.7.21"
|
||||
val kxCoroutinesVersion = "1.6.4"
|
||||
val ktorVersion = "1.6.8"
|
||||
val espressoVersion = "3.4.0"
|
||||
val espressoVersion = "3.5.0"
|
||||
|
||||
androidTestImplementation("androidx.test.espresso:espresso-contrib:$espressoVersion")
|
||||
androidTestImplementation("androidx.test.espresso:espresso-core:$espressoVersion")
|
||||
|
||||
@@ -35,7 +35,7 @@ application {
|
||||
dependencies {
|
||||
val ktorVersion = "1.6.8"
|
||||
val kotlinVersion = "1.7.21"
|
||||
val logbackVersion = "1.4.4"
|
||||
val logbackVersion = "1.4.5"
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
|
||||
implementation("io.ktor:ktor-server-netty:$ktorVersion")
|
||||
implementation("ch.qos.logback:logback-classic:$logbackVersion")
|
||||
|
||||
Reference in New Issue
Block a user