Skip to content

Commit

Permalink
Initial commit (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalancer08 authored Nov 28, 2023
1 parent ac29419 commit e90d43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDKAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

// -- Cybrid API Bank
implementation('app.cybrid:cybrid-api-bank-kotlin:0.109.30') {
implementation('app.cybrid:cybrid-api-bank-kotlin:0.110.2') {
exclude group:'org.apache.oltu.oauth2', module: 'org.apache.oltu.oauth2.common'
}

Expand Down Expand Up @@ -205,7 +205,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-common-java8:2.6.2"
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.activity:activity-ktx:1.8.0'
implementation 'androidx.fragment:fragment-ktx:1.6.1'
implementation 'androidx.fragment:fragment-ktx:1.6.2'

// -- Coroutines
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
Expand Down

0 comments on commit e90d43b

Please sign in to comment.