Skip to content

Commit 6f0ff75

Browse files
authored
Merge pull request #26 from yigcal/master
v1.0.15 released
2 parents 9a775d2 + d4e9f32 commit 6f0ff75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repositories {
5454

5555
dependencies {
5656
implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
57-
implementation 'com.ppsmr.attribution.attributionsdk:attribution:1.0.14'
57+
implementation 'com.ppsmr.attribution.attributionsdk:attribution:1.0.15'
5858
}
5959

6060
def configureReactNativePom(def pom) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-as-attribution-sdk-bridge",
33
"title": "React Native As Attribution Sdk Bridge",
4-
"version": "1.0.14",
4+
"version": "1.0.15",
55
"description": "AS Attribution SDK Bridge",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)