Skip to content

Commit 805f7c6

Browse files
Merge pull request #18 from getyoti/YM-26481
[RELEASE][YM-26481] Release 2.1.1
2 parents 1c2a245 + 5ad4485 commit 805f7c6

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# ChangeLog
2+
## Version 2.1.1
23

3-
## Version 2.1.0
4+
Android 12 support
5+
6+
## Version 2.1.0 - This version contains an issue on callbacks. Please jump to 2.1.1
47

58
Android 12 support
69

android/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ def safeExtGet(prop, fallback) {
55
}
66

77
android {
8-
compileSdkVersion safeExtGet('compileSdkVersion', 28)
8+
compileSdkVersion safeExtGet('compileSdkVersion', 31)
99
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
1010

1111
defaultConfig {
12-
minSdkVersion safeExtGet('minSdkVersion', 16)
13-
targetSdkVersion safeExtGet('targetSdkVersion', 28)
14-
versionCode 210
15-
versionName "2.1.0"
12+
minSdkVersion safeExtGet('minSdkVersion', 21)
13+
targetSdkVersion safeExtGet('targetSdkVersion', 31)
14+
versionCode 211
15+
versionName "2.1.1"
1616
ndk {
1717
abiFilters "armeabi-v7a", "x86"
1818
}
@@ -22,5 +22,5 @@ android {
2222
dependencies {
2323
//noinspection GradleDynamicVersion
2424
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
25-
implementation "com.yoti.mobile.android.sdk:yoti-button-sdk:1.3.2"
25+
implementation "com.yoti.mobile.android.sdk:yoti-button-sdk:1.3.4"
2626
}

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getyoti/react-native-yoti-button",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A <YotiButton /> component for React Native",
55
"main": "YotiButton.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)