Skip to content

Commit b117e19

Browse files
authored
Merge pull request #35 from getyoti/DEP-424
[Task] DEP-424 Bump Android SDK version
2 parents 5b3ddda + 1e89189 commit b117e19

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.1.1"
29+
yotiSdkVersion = "3.2.0"
3030
}
3131
}
3232
allprojects {

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
minSdkVersion = 21
55
compileSdkVersion = 29
66
targetSdkVersion = 29
7-
yotiSdkVersion = "3.1.1"
7+
yotiSdkVersion = "3.2.0"
88
}
99
repositories {
1010
google()

0 commit comments

Comments
 (0)