We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a775d2 + d4e9f32 commit 6f0ff75Copy full SHA for 6f0ff75
android/build.gradle
@@ -54,7 +54,7 @@ repositories {
54
55
dependencies {
56
implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
57
- implementation 'com.ppsmr.attribution.attributionsdk:attribution:1.0.14'
+ implementation 'com.ppsmr.attribution.attributionsdk:attribution:1.0.15'
58
}
59
60
def configureReactNativePom(def pom) {
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-as-attribution-sdk-bridge",
3
"title": "React Native As Attribution Sdk Bridge",
4
- "version": "1.0.14",
+ "version": "1.0.15",
5
"description": "AS Attribution SDK Bridge",
6
"main": "index.js",
7
"scripts": {
0 commit comments