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

Commit a69629f

Browse files
committed
Replace compile for new Gradle version
1 parent 825176c commit a69629f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ android {
1717
}
1818

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

0 commit comments

Comments
 (0)