We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d539a4b commit 01f6d40Copy full SHA for 01f6d40
1 file changed
android/build.gradle
@@ -12,12 +12,12 @@ buildscript {
12
apply plugin: 'com.android.library'
13
14
android {
15
- compileSdkVersion 23
16
- buildToolsVersion "23.0.1"
+ compileSdkVersion 25
+ buildToolsVersion "25.0.0"
17
18
defaultConfig {
19
minSdkVersion 16
20
- targetSdkVersion 22
+ targetSdkVersion 26
21
versionCode 1
22
versionName "1.0"
23
}
@@ -33,4 +33,4 @@ repositories {
33
dependencies {
34
compile 'com.facebook.react:react-native:+'
35
36
-
+
0 commit comments