We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965a03d commit f45d4fbCopy full SHA for f45d4fb
android/build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
// https://github.com/facebook/react-native/blob/0.61-stable/template/android/app/build.gradle#L192
65
//noinspection GradleDynamicVersion
66
implementation 'com.facebook.react:react-native:+' // From node_modules
67
- implementation 'com.getmati:mati-sdk:3.11.3'
+ implementation 'com.getmati:mati-sdk:3.12.0'
68
}
69
70
def configureReactNativePom(def pom) {
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-mati-global-id-sdk",
3
"title": "React Native Mati Global Id Sdk",
4
- "version": "3.3.4",
+ "version": "3.3.5",
5
"description": "Mati React Native Plugin",
6
"main": "index.js",
7
"scripts": {
0 commit comments