We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c895ded commit 69d1f70Copy full SHA for 69d1f70
android/build.gradle
@@ -1,12 +1,12 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 25
5
- buildToolsVersion "25.0.3"
+ compileSdkVersion 23
+ buildToolsVersion "23.0.1"
6
7
defaultConfig {
8
minSdkVersion 16
9
- targetSdkVersion 25
+ targetSdkVersion 22
10
versionCode 1
11
versionName "1.0"
12
@@ -35,6 +35,6 @@ dependencies {
35
exclude group: 'com.android.support', module: 'support-annotations'
36
})
37
compile "com.facebook.react:react-native:+"
38
- compile 'com.android.support:appcompat-v7:25.3.1'
+ compile 'com.android.support:appcompat-v7:23.0.1'
39
testCompile 'junit:junit:4.12'
40
}
0 commit comments