aboutsummaryrefslogtreecommitdiff
path: root/androidApp/build.gradle.kts
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-09-11 18:01:17 -0600
committerIván Ávalos <avalos@disroot.org>2023-09-11 18:08:20 -0600
commit55c1f26f70ae02dfdad215c0c1830ebfce76a0e5 (patch)
tree723de1c02d9fec4ed4273348a471ddd0c1c1b37a /androidApp/build.gradle.kts
parentfa2a7a8dd35e6d066022239f4da9cd5ddc54a229 (diff)
downloadetbsa-trackermap-mobile-55c1f26f70ae02dfdad215c0c1830ebfce76a0e5.tar.gz
etbsa-trackermap-mobile-55c1f26f70ae02dfdad215c0c1830ebfce76a0e5.tar.bz2
etbsa-trackermap-mobile-55c1f26f70ae02dfdad215c0c1830ebfce76a0e5.zip
[android] More dependency updates and misc. fixes
Diffstat (limited to 'androidApp/build.gradle.kts')
-rw-r--r--androidApp/build.gradle.kts8
1 files changed, 4 insertions, 4 deletions
diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts
index 3cec8c5..5713a6a 100644
--- a/androidApp/build.gradle.kts
+++ b/androidApp/build.gradle.kts
@@ -19,8 +19,8 @@ android {
}
}
compileOptions {
- sourceCompatibility = JavaVersion.VERSION_20
- targetCompatibility = JavaVersion.VERSION_20
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
}
buildTypes {
getByName("release") {
@@ -58,11 +58,11 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("io.insert-koin:koin-android:3.1.4")
- implementation("androidx.core:core-ktx:1.10.1")
+ implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.activity:activity-ktx:1.7.2")
implementation("androidx.fragment:fragment-ktx:1.6.1")
implementation("io.ktor:ktor-client-serialization:1.6.6")
- implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.1")
+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
implementation("com.github.zerobranch:SwipeLayout:1.3.1")
implementation("com.github.addisonElliott:SegmentedButton:3.1.9")
implementation("mil.nga.sf:sf-wkt:1.0.1")