summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-11-28 15:17:56 -0300
committerTorsten Grote <t@grobox.de>2023-11-28 15:17:56 -0300
commit2792872bafbeb7f9c02c162a4227dad7b3768a83 (patch)
tree55a161e07bc012fc24d90bce368fe345a2cbd3fa
parent1cb54ef4de3cf8d04cb3cf0b25780183966628b0 (diff)
downloadtaler-android-2792872bafbeb7f9c02c162a4227dad7b3768a83.tar.gz
taler-android-2792872bafbeb7f9c02c162a4227dad7b3768a83.tar.bz2
taler-android-2792872bafbeb7f9c02c162a4227dad7b3768a83.zip
[wallet] update libs
-rw-r--r--build.gradle6
-rw-r--r--wallet/build.gradle12
2 files changed, 9 insertions, 9 deletions
diff --git a/build.gradle b/build.gradle
index 426ee87..8c5b03a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,8 +1,8 @@
buildscript {
ext {
- kotlin_version = '1.9.10' // observe compatibility with compose compiler
+ kotlin_version = '1.9.20' // observe compatibility with compose compiler
ktor_version = '2.3.5'
- nav_version = '2.7.4'
+ nav_version = '2.7.5'
material_version = '1.10.0'
lifecycle_version = '2.6.2'
constraintlayout_version = '2.1.4'
@@ -15,7 +15,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:8.1.2'
+ classpath 'com.android.tools.build:gradle:8.1.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
diff --git a/wallet/build.gradle b/wallet/build.gradle
index 54dba6a..7a5c182 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -85,7 +85,7 @@ android {
}
composeOptions {
- kotlinCompilerExtensionVersion "1.5.3"
+ kotlinCompilerExtensionVersion "1.5.4"
}
buildFeatures {
@@ -117,21 +117,21 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation "com.google.android.material:material:$material_version"
implementation "androidx.constraintlayout:constraintlayout:$constraintlayout_version"
- implementation "androidx.browser:browser:1.6.0"
+ implementation "androidx.browser:browser:1.7.0"
// Compose
- implementation platform('androidx.compose:compose-bom:2023.10.00')
+ implementation platform('androidx.compose:compose-bom:2023.10.01')
implementation 'androidx.compose.material3:material3'
implementation 'androidx.compose.material:material-icons-extended'
implementation "androidx.compose.runtime:runtime-livedata"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose"
implementation "com.google.accompanist:accompanist-themeadapter-material3:0.28.0"
- implementation 'androidx.activity:activity-compose:1.8.0'
+ implementation 'androidx.activity:activity-compose:1.8.1'
implementation 'androidx.compose.ui:ui-tooling-preview'
debugImplementation 'androidx.compose.ui:ui-tooling'
// Lists and Selection
- implementation "androidx.recyclerview:recyclerview:1.3.1"
+ implementation "androidx.recyclerview:recyclerview:1.3.2"
implementation "androidx.recyclerview:recyclerview-selection:1.1.0"
// Navigation Library
@@ -144,7 +144,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:2.0.3'
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
// Nicer ProgressBar
implementation 'me.zhanghai.android.materialprogressbar:library:1.6.1'