Skip to content

Commit 16fc76c

Browse files
committed
Bump Android SDK version to 3.4.0
Related to DEP-519
1 parent d2361d2 commit 16fc76c

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.3.0"
29+
yotiSdkVersion = "3.4.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.3.0"
6+
yotiSdkVersion = "3.4.0"
77
}
88
repositories {
99
google()

0 commit comments

Comments
 (0)