Skip to content

Commit bee30d1

Browse files
committed
update datatrans sdk
1 parent 742791f commit bee30d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ui/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,22 @@ dependencies {
5050

5151
implementation 'androidx.core:core-ktx:1.5.0'
5252
implementation 'androidx.appcompat:appcompat:1.3.0'
53-
implementation 'androidx.recyclerview:recyclerview:1.2.0'
53+
implementation 'androidx.recyclerview:recyclerview:1.2.1'
5454
implementation 'androidx.cardview:cardview:1.0.0'
5555
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
5656
implementation 'androidx.webkit:webkit:1.4.0'
5757
implementation "androidx.viewpager2:viewpager2:1.0.0"
5858
implementation 'com.google.android.material:material:1.3.0'
5959
implementation 'com.github.google:flexbox-layout:2.0.1'
6060
implementation 'me.relex:circleindicator:2.1.6'
61-
implementation 'ch.datatrans:android-sdk:1.3.0'
61+
implementation 'ch.datatrans:android-sdk:1.4.0'
6262

6363
def camerax_version = "1.0.0"
6464
implementation "androidx.camera:camera-core:${camerax_version}"
6565
implementation "androidx.camera:camera-camera2:${camerax_version}"
6666
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
67-
implementation "androidx.camera:camera-view:1.0.0-alpha24"
68-
implementation "androidx.camera:camera-extensions:1.0.0-alpha24"
67+
implementation "androidx.camera:camera-view:1.0.0-alpha25"
68+
implementation "androidx.camera:camera-extensions:1.0.0-alpha25"
6969

7070
//noinspection GradleDependency
7171
implementation 'commons-io:commons-io:2.5'

0 commit comments

Comments
 (0)