Skip to content

Commit 727945d

Browse files
tsmith5kadikraman
authored andcommitted
Replace 'compile' with 'implementation' (#242)
1 parent ec0d6e7 commit 727945d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ repositories {
3434
}
3535

3636
dependencies {
37-
compile 'com.facebook.react:react-native:+'
38-
compile "net.openid:appauth:0.7.1"
37+
implementation 'com.facebook.react:react-native:+'
38+
implementation "net.openid:appauth:0.7.1"
3939
}

0 commit comments

Comments
 (0)