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

Update gradle

parent 530390e1
...@@ -2,7 +2,7 @@ apply plugin: 'com.android.library' ...@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
buildscript { buildscript {
ext.kotlin_version = '1.1.4-2' ext.kotlin_version = '1.1.4-3'
repositories { repositories {
jcenter() jcenter()
...@@ -15,17 +15,17 @@ buildscript { ...@@ -15,17 +15,17 @@ buildscript {
} }
android { android {
compileSdkVersion 25 compileSdkVersion 23
buildToolsVersion "25.0.3" buildToolsVersion "23.0.3"
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 22
} }
} }
dependencies { 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 'com.amap.api:navi-3dmap:5.3.0_3dmap5.3.0'
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" 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