Skip to content

Commit

Permalink
Merge pull request #18 from getyoti/YM-26481
Browse files Browse the repository at this point in the history
[RELEASE][YM-26481] Release 2.1.1
  • Loading branch information
mariasenosiain authored May 3, 2022
2 parents 1c2a245 + 5ad4485 commit 805f7c6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# ChangeLog
## Version 2.1.1

## Version 2.1.0
Android 12 support

## Version 2.1.0 - This version contains an issue on callbacks. Please jump to 2.1.1

Android 12 support

Expand Down
12 changes: 6 additions & 6 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ def safeExtGet(prop, fallback) {
}

android {
compileSdkVersion safeExtGet('compileSdkVersion', 28)
compileSdkVersion safeExtGet('compileSdkVersion', 31)
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')

defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 16)
targetSdkVersion safeExtGet('targetSdkVersion', 28)
versionCode 210
versionName "2.1.0"
minSdkVersion safeExtGet('minSdkVersion', 21)
targetSdkVersion safeExtGet('targetSdkVersion', 31)
versionCode 211
versionName "2.1.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand All @@ -22,5 +22,5 @@ android {
dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation "com.yoti.mobile.android.sdk:yoti-button-sdk:1.3.2"
implementation "com.yoti.mobile.android.sdk:yoti-button-sdk:1.3.4"
}
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getyoti/react-native-yoti-button",
"version": "2.1.0",
"version": "2.1.1",
"description": "A <YotiButton /> component for React Native",
"main": "YotiButton.js",
"license": "MIT",
Expand Down

0 comments on commit 805f7c6

Please sign in to comment.