We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f792147 commit 5654ee5Copy full SHA for 5654ee5
android/build.gradle
@@ -1,12 +1,12 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion "25.0.1"
+ compileSdkVersion 25
+ buildToolsVersion "25.0.3"
6
7
defaultConfig {
8
minSdkVersion 16
9
- targetSdkVersion 23
+ targetSdkVersion 25
10
versionCode 1
11
versionName "1.0"
12
}
@@ -23,4 +23,4 @@ dependencies {
23
testCompile 'junit:junit:4.12'
24
compile 'com.android.support:appcompat-v7:23.4.0'
25
compile "com.facebook.react:react-native:+" // From node_modules
26
-}
+}
0 commit comments