Commit 656fde25 authored by Qiu Xiang's avatar Qiu Xiang

Update gradle

parent 530390e1
......@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
buildscript {
ext.kotlin_version = '1.1.4-2'
ext.kotlin_version = '1.1.4-3'
repositories {
jcenter()
......@@ -15,17 +15,17 @@ buildscript {
}
android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
compileSdkVersion 23
buildToolsVersion "23.0.3"
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
targetSdkVersion 22
}
}
dependencies {
provided 'com.facebook.react:react-native:+'
compile 'com.facebook.react:react-native:+'
compile 'com.amap.api:navi-3dmap:5.3.0_3dmap5.3.0'
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment