Skip to content

Commit ea0d4c4

Browse files
author
Kadi Kraman
committed
Revert "Replace 'compile' with 'implementation' (#242)"
This reverts commit 727945d.
1 parent 96ddd4c commit ea0d4c4

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
@@ -34,6 +34,6 @@ repositories {
3434
}
3535

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

0 commit comments

Comments
 (0)