1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Compatible with new react native

This commit is contained in:
tdzl2003 2018-07-09 21:01:45 +08:00
parent 076d8a1e8e
commit f372a0c7f1

View File

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