Skip to content

Commit 7386feb

Browse files
kingdark1234Álvaro Medina Ballester
authored andcommitted
Update Gradle file for support Impremetation command (#40)
Your repository is very useful for my project but at this time the android must be change about the gradle command so "compile" command in this gradle have been deprecate at end of 2018 can i update this to implementation? Thanks.
1 parent 9beead5 commit 7386feb

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
@@ -24,6 +24,6 @@ android {
2424
}
2525

2626
dependencies {
27-
compile 'com.facebook.react:react-native:+'
27+
implementation 'com.facebook.react:react-native:+'
2828
}
2929

0 commit comments

Comments
 (0)