File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion " 23 .0.1 "
4
+ compileSdkVersion 26
5
+ buildToolsVersion " 26 .0.2 "
6
6
7
7
defaultConfig {
8
8
minSdkVersion 16
@@ -19,5 +19,5 @@ android {
19
19
}
20
20
21
21
dependencies {
22
- compile ' com.facebook.react:react-native:+'
23
- }
22
+ implementation ' com.facebook.react:react-native:+'
23
+ }
Original file line number Diff line number Diff line change @@ -126,10 +126,10 @@ android {
126
126
}
127
127
128
128
dependencies {
129
- compile project(' :react-native-directed-scrollview' )
130
- compile fileTree(dir : " libs" , include : [" *.jar" ])
131
- compile " com.android.support:appcompat-v7:23.0.1"
132
- compile " com.facebook.react:react-native:+" // From node_modules
129
+ implementation project(' :react-native-directed-scrollview' )
130
+ implementation fileTree(dir : " libs" , include : [" *.jar" ])
131
+ implementation " com.android.support:appcompat-v7:23.0.1"
132
+ implementation " com.facebook.react:react-native:+" // From node_modules
133
133
}
134
134
135
135
// Run this once to be able to run the application with BUCK
You can’t perform that action at this time.
0 commit comments