Selaa lähdekoodia

Change compile to implementation in Gradle

Rob Walker 6 vuotta sitten
vanhempi
commit
3e8993ca58
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      README.md

+ 1
- 1
README.md Näytä tiedosto

32
   	```
32
   	```
33
 3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
33
 3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
34
   	```
34
   	```
35
-      compile project(':react-native-thumbnail')
35
+      implementation project(':react-native-thumbnail')
36
   	```
36
   	```
37
 
37
 
38
 ## Usage
38
 ## Usage