Skip to content

Commit 1e12742

Browse files
authored
Merge pull request #564 from mars-lan/master
Replace deprecated 'compile' gradle configuration with 'implementation
2 parents fd36e87 + 9df5822 commit 1e12742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ android {
3030
}
3131

3232
dependencies {
33-
compile 'com.facebook.react:react-native:+'
33+
implementation 'com.facebook.react:react-native:+'
3434
}

0 commit comments

Comments
 (0)