Quellcode durchsuchen

Change compile to implementation in Gradle

Rob Walker vor 5 Jahren
Ursprung
Commit
3e8993ca58
Es ist kein Benutzerkonto mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      README.md

+ 1
- 1
README.md Datei anzeigen

@@ -32,7 +32,7 @@ Get thumbnail from local media. Currently, it only supports for video.
32 32
   	```
33 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 38
 ## Usage