Skip to content

Commit 3cb01d4

Browse files
author
Kadi Kraman
authored
Use implementation instead of compile in build.gradle (#330)
1 parent 661748f commit 3cb01d4

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
@@ -45,6 +45,6 @@ repositories {
4545
}
4646

4747
dependencies {
48-
compile 'com.facebook.react:react-native:'+safeExtGet('reactNativeVersion', '+')
49-
compile 'net.openid:appauth:0.7.1'
48+
implementation 'com.facebook.react:react-native:'+safeExtGet('reactNativeVersion', '+')
49+
implementation 'net.openid:appauth:0.7.1'
5050
}

0 commit comments

Comments
 (0)