We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fb6682 + 9a52c5d commit 713cf5dCopy full SHA for 713cf5d
android/build.gradle
@@ -41,6 +41,6 @@ repositories {
41
42
dependencies {
43
implementation 'com.facebook.react:react-native:+'
44
- implementation 'com.singular.sdk:singular_sdk:12.0.1'
+ implementation 'com.singular.sdk:singular_sdk:12.0.2'
45
implementation 'com.android.support:support-annotations:28.0.0'
46
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "singular-react-native",
3
- "version": "3.1.1",
+ "version": "3.1.2",
4
"peerDependencies": {
5
"react-native": ">=0.46.4"
6
},
0 commit comments