Skip to content

Commit fddb7f5

Browse files
committed
switch from compile to implementation
1 parent 327c2e7 commit fddb7f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

StaticServerExample/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ android {
137137
}
138138

139139
dependencies {
140-
compile project(':react-native-fs')
141-
compile project(':react-native-static-server')
142140
implementation fileTree(dir: "libs", include: ["*.jar"])
143141
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
144142
implementation "com.facebook.react:react-native:+" // From node_modules
143+
implementation project(':react-native-fs')
144+
implementation project(':react-native-static-server')
145145
}
146146

147147
// Run this once to be able to run the application with BUCK

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repositories {
4848
}
4949

5050
dependencies {
51-
compile 'com.facebook.react:react-native:+'
52-
compile 'org.nanohttpd:nanohttpd:2.3.1'
53-
compile 'org.nanohttpd:nanohttpd-webserver:2.3.1'
51+
implementation 'com.facebook.react:react-native:+'
52+
implementation 'org.nanohttpd:nanohttpd:2.3.1'
53+
implementation 'org.nanohttpd:nanohttpd-webserver:2.3.1'
5454
}

0 commit comments

Comments
 (0)