File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
StaticServerExample/android/app Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,11 @@ android {
137
137
}
138
138
139
139
dependencies {
140
- compile project(' :react-native-fs' )
141
- compile project(' :react-native-static-server' )
142
140
implementation fileTree(dir : " libs" , include : [" *.jar" ])
143
141
implementation " com.android.support:appcompat-v7:${ rootProject.ext.supportLibVersion} "
144
142
implementation " com.facebook.react:react-native:+" // From node_modules
143
+ implementation project(' :react-native-fs' )
144
+ implementation project(' :react-native-static-server' )
145
145
}
146
146
147
147
// Run this once to be able to run the application with BUCK
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ repositories {
48
48
}
49
49
50
50
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'
54
54
}
You can’t perform that action at this time.
0 commit comments