From 8f1365f645ac505eeb70f39766da4a66725a9162 Mon Sep 17 00:00:00 2001 From: Michael Totschnig Date: Thu, 14 Sep 2023 15:03:23 +0200 Subject: [PATCH] Use hbci4java release --- build.gradle | 1 + fints/build.gradle | 6 +++--- myExpenses/build.gradle | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 656db3d8d9..08aae0490e 100644 --- a/build.gradle +++ b/build.gradle @@ -59,6 +59,7 @@ ext { barista = "4.3.0" googleHttp = "1.43.3" composeBom = "androidx.compose:compose-bom:2023.06.01" + activityCompose = "1.7.2" } allprojects { diff --git a/fints/build.gradle b/fints/build.gradle index bd0e342925..09a7302143 100644 --- a/fints/build.gradle +++ b/fints/build.gradle @@ -37,16 +37,16 @@ dependencies { implementation("androidx.compose.material3:material3") implementation "androidx.compose.ui:ui-tooling-preview" debugImplementation "androidx.compose.ui:ui-tooling" - implementation 'androidx.activity:activity-compose:1.7.2' + implementation "androidx.activity:activity-compose:$activityCompose" implementation "androidx.compose.material:material-icons-extended" implementation "androidx.compose.runtime:runtime-livedata" - implementation 'com.github.hbci4j:hbci4java:0f7626d0ce' + implementation 'com.github.hbci4j:hbci4j-core:3.1.71' implementation 'xerces:xercesImpl:2.12.0' implementation "org.apache.commons:commons-lang3:$commonsLang" - implementation "androidx.core:core-ktx:1.10.1" + implementation "androidx.core:core-ktx:$ktxVersion" testImplementation "junit:junit:4.13.2" androidTestImplementation "androidx.test.ext:junit:1.1.5" androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1" diff --git a/myExpenses/build.gradle b/myExpenses/build.gradle index db5ad4592f..bdec5c836e 100644 --- a/myExpenses/build.gradle +++ b/myExpenses/build.gradle @@ -164,7 +164,7 @@ dependencies { implementation "androidx.compose.ui:ui" implementation("androidx.compose.material3:material3") implementation "androidx.compose.ui:ui-tooling-preview" - implementation 'androidx.activity:activity-compose:1.7.2' + implementation "androidx.activity:activity-compose:$activityCompose" implementation "androidx.compose.runtime:runtime-livedata" debugImplementation "androidx.compose.ui:ui-tooling" implementation "androidx.compose.material:material-icons-extended"