Skip to content
This repository was archived by the owner on Oct 20, 2020. It is now read-only.

Commit 825176c

Browse files
superandrew213cbrevik
authored andcommitted
Upgrade to google play developer api v3 (#166)
1 parent 8fff3a9 commit 825176c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def safeExtGet(prop, fallback) {
66

77
android {
88
compileSdkVersion safeExtGet('compileSdkVersion', 23)
9-
buildToolsVersion safeExtGet('buildToolsVersion', "23.0.1")
9+
buildToolsVersion safeExtGet('buildToolsVersion', "23.0.1")
1010

1111
defaultConfig {
1212
minSdkVersion safeExtGet('minSdkVersion', 16)
@@ -18,5 +18,5 @@ android {
1818

1919
dependencies {
2020
compile "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
21-
compile "com.anjlab.android.iab.v3:library:${safeExtGet('anjlabIABVersion', '1.0.44')}"
21+
compile "com.anjlab.android.iab.v3:library:${safeExtGet('anjlabIABVersion', '1.1.0')}"
2222
}

0 commit comments

Comments
 (0)