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 002ec04 commit f25b6b4Copy full SHA for f25b6b4
android/build.gradle
@@ -1,14 +1,12 @@
1
apply plugin: "com.android.library"
2
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion "23.0.1"
+ compileSdkVersion 26
+ buildToolsVersion "26.0.2"
6
7
defaultConfig {
8
minSdkVersion 16
9
- targetSdkVersion 23
10
- versionCode 1
11
- versionName "1.0"
+ targetSdkVersion 26
12
}
13
14
@@ -35,6 +33,6 @@ allprojects {
35
33
36
34
dependencies {
37
compile "com.facebook.react:react-native:+"
38
- compile "com.android.support:appcompat-v7:24.1.1"
39
- compile 'com.android.support:design:24.1.1'
+ compile "com.android.support:appcompat-v7:26.1.0"
+ compile 'com.android.support:design:26.1.0'
40
0 commit comments