Skip to content

Commit 1e89189

Browse files
committed
Bump Android SDK version
Related to DEP-424
1 parent 5b3ddda commit 1e89189

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)