summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--taler-kotlin-android/build.gradle2
-rw-r--r--wallet/build.gradle2
3 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 8c5b03a..53ea7cc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- kotlin_version = '1.9.20' // observe compatibility with compose compiler
+ kotlin_version = '1.9.21' // observe compatibility with compose compiler
ktor_version = '2.3.5'
nav_version = '2.7.5'
material_version = '1.10.0'
diff --git a/taler-kotlin-android/build.gradle b/taler-kotlin-android/build.gradle
index e005317..06d1474 100644
--- a/taler-kotlin-android/build.gradle
+++ b/taler-kotlin-android/build.gradle
@@ -74,7 +74,7 @@ dependencies {
implementation 'com.google.zxing:core:3.5.0' // needs minSdkVersion 24+ or desugar
// JSON parsing and serialization
- api 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1'
+ api 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2'
testImplementation "junit:junit:$junit_version"
testImplementation 'org.json:json:20220320'
}
diff --git a/wallet/build.gradle b/wallet/build.gradle
index 7a5c182..c8ac171 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -85,7 +85,7 @@ android {
}
composeOptions {
- kotlinCompilerExtensionVersion "1.5.4"
+ kotlinCompilerExtensionVersion "1.5.7"
}
buildFeatures {