Skip to content

Commit a2e118c

Browse files
authored
Merge pull request #43 from getyoti/DEP-534
[TASK][DEP-534] Support Android 3.5.0
2 parents 406a5f1 + 4aff7b6 commit a2e118c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Continuing with your integration for Android, add the following property and rep
2626
```groovy
2727
buildscript {
2828
ext {
29-
yotiSdkVersion = "3.4.0"
29+
yotiSdkVersion = "3.5.0"
3030
}
3131
}
3232
allprojects {

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
minSdkVersion = 21
44
compileSdkVersion = 33
55
targetSdkVersion = 33
6-
yotiSdkVersion = "3.4.0"
6+
yotiSdkVersion = "3.5.0"
77
}
88
repositories {
99
google()

0 commit comments

Comments
 (0)