RN 0.56 compat

This commit is contained in:
Sverre 2018-07-23 16:45:45 +02:00
parent d4f48750d9
commit 8a74603224
1 changed files with 3 additions and 3 deletions

View File

@ -11,12 +11,12 @@ buildscript {
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 26
buildToolsVersion "26.0.3"
defaultConfig {
minSdkVersion 16
targetSdkVersion 23
targetSdkVersion 26
versionCode 1
versionName "1.0"
}