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 31243df commit 3d8b7adCopy full SHA for 3d8b7ad
android/build.gradle
@@ -1,12 +1,12 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion "23.0.1"
+ compileSdkVersion 26
+ buildToolsVersion "26.0.3"
6
7
defaultConfig {
8
minSdkVersion 16
9
- targetSdkVersion 22
+ targetSdkVersion 26
10
versionCode 1
11
versionName "1.0"
12
}
@@ -21,6 +21,6 @@ android {
21
dependencies {
22
compile fileTree(dir: 'libs', include: ['*.jar'])
23
testCompile 'junit:junit:4.12'
24
- compile 'com.android.support:appcompat-v7:23.0.1'
+ compile 'com.android.support:appcompat-v7:26.1.0'
25
compile "com.facebook.react:react-native:+" // From node_modules
26
0 commit comments