Skip to content

Commit 69d1f70

Browse files
committedNov 9, 2017
Android: fixed #11
1 parent c895ded commit 69d1f70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎android/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion "25.0.3"
4+
compileSdkVersion 23
5+
buildToolsVersion "23.0.1"
66

77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 25
9+
targetSdkVersion 22
1010
versionCode 1
1111
versionName "1.0"
1212

@@ -35,6 +35,6 @@ dependencies {
3535
exclude group: 'com.android.support', module: 'support-annotations'
3636
})
3737
compile "com.facebook.react:react-native:+"
38-
compile 'com.android.support:appcompat-v7:25.3.1'
38+
compile 'com.android.support:appcompat-v7:23.0.1'
3939
testCompile 'junit:junit:4.12'
4040
}

0 commit comments

Comments
 (0)
Please sign in to comment.