summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-01-31 15:07:30 -0300
committerTorsten Grote <t@grobox.de>2023-01-31 15:07:30 -0300
commit5671315b97a5fd02b3bebb04788f6b67cac71817 (patch)
tree94cc90f6f115964bbf1441213ffc69a4a0648c2d /wallet/build.gradle
parenta190a2d1f739fdee312a1b1ae2b835b709bb5bb2 (diff)
downloadtaler-android-5671315b97a5fd02b3bebb04788f6b67cac71817.tar.gz
taler-android-5671315b97a5fd02b3bebb04788f6b67cac71817.tar.bz2
taler-android-5671315b97a5fd02b3bebb04788f6b67cac71817.zip
[wallet] Update libraries after release
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index 737a1de..fb897c6 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -92,7 +92,7 @@ android {
}
composeOptions {
- kotlinCompilerExtensionVersion "1.3.2"
+ kotlinCompilerExtensionVersion "1.4.0"
}
buildFeatures {
@@ -149,7 +149,7 @@ dependencies {
// QR codes
implementation 'com.journeyapps:zxing-android-embedded:4.3.0@aar'
// needed to support zxing library in taler-kotlin-android on API < 24
- coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2'
// Nicer ProgressBar
implementation 'me.zhanghai.android.materialprogressbar:library:1.6.1'