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.
2 parents f792147 + 8b111fb commit ecf186cCopy full SHA for ecf186c
android/build.gradle
@@ -1,8 +1,8 @@
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
@@ -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