File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
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 27
5
- buildToolsVersion " 27 .0.3 "
4
+ compileSdkVersion 23
5
+ buildToolsVersion " 23 .0.1 "
6
6
7
7
defaultConfig {
8
8
minSdkVersion 16
9
- targetSdkVersion 23
9
+ targetSdkVersion 22
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
}
@@ -19,8 +19,8 @@ android {
19
19
}
20
20
21
21
dependencies {
22
- implementation fileTree(dir : ' libs' , include : [' *.jar' ])
23
- testImplementation ' junit:junit:4.12'
24
- implementation ' com.android.support:appcompat-v7:27 .0.2 '
25
- implementation " com.facebook.react:react-native:+" // From node_modules
22
+ compile fileTree(dir : ' libs' , include : [' *.jar' ])
23
+ testCompile ' junit:junit:4.12'
24
+ compile ' com.android.support:appcompat-v7:23 .0.1 '
25
+ compile " com.facebook.react:react-native:+" // From node_modules
26
26
}
You can’t perform that action at this time.
0 commit comments