gradle: replace deprecated compile with implementation
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3458ffedad
commit
c997aeb136
|
@ -33,5 +33,5 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.facebook.react:react-native:+'
|
||||
implementation 'com.facebook.react:react-native:+'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue