[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-android] branch master updated: Upgrade Kotlin and Kotlin s
From: |
gnunet |
Subject: |
[taler-taler-android] branch master updated: Upgrade Kotlin and Kotlin serialization |
Date: |
Tue, 02 Jan 2024 19:12:24 +0100 |
This is an automated email from the git hooks/post-receive script.
torsten-grote pushed a commit to branch master
in repository taler-android.
The following commit(s) were added to refs/heads/master by this push:
new 98d3675 Upgrade Kotlin and Kotlin serialization
98d3675 is described below
commit 98d36756c05af50b93f397ed47560046dd9748ae
Author: Torsten Grote <t@grobox.de>
AuthorDate: Tue Jan 2 15:10:15 2024 -0300
Upgrade Kotlin and Kotlin serialization
---
build.gradle | 2 +-
taler-kotlin-android/build.gradle | 2 +-
wallet/build.gradle | 2 +-
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 {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-taler-android] branch master updated: Upgrade Kotlin and Kotlin serialization,
gnunet <=