Skip to content

Commit

Permalink
Use hbci4java release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Sep 14, 2023
1 parent 3e82b0e commit 8f1365f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions fints/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion myExpenses/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8f1365f

Please sign in to comment.