Skip to content

Commit a7bce60

Browse files
committed
DEP-621: Updates
1 parent 41f83bd commit a7bce60

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 = "4.2.1"
29+
yotiSdkVersion = "4.1.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 = 34
55
targetSdkVersion = 34
6-
yotiSdkVersion = "4.2.1"
6+
yotiSdkVersion = "4.1.0"
77
}
88
repositories {
99
google()

0 commit comments

Comments
 (0)