zhanghai лет назад: 8
Родитель
Сommit
3cfa1bea4b
2 измененных файлов с 6 добавлено и 6 удалено
  1. 2 2
      app/build.gradle
  2. 4 4
      ucrop/build.gradle

+ 2 - 2
app/build.gradle

@@ -1,8 +1,8 @@
 apply plugin: 'com.android.application'
 apply plugin: 'com.jakewharton.butterknife'
 android {
-    compileSdkVersion 27
-    buildToolsVersion '27.0.2'
+    compileSdkVersion androidConfigs.compileSdkVersion
+    buildToolsVersion androidConfigs.buildToolsVersion
     defaultConfig {
         applicationId "com.sheep.jiuyan.samllsheep"
         minSdkVersion 18

+ 4 - 4
ucrop/build.gradle

@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
 apply from: '../mavenpush.gradle'
 
 android {
-    compileSdkVersion 25
-    buildToolsVersion '25.0.3'
+    compileSdkVersion 27
+    buildToolsVersion '27.0.2'
 
     defaultConfig {
         minSdkVersion 14
-        targetSdkVersion 25
+        targetSdkVersion 27
         versionCode 22
         versionName "2.2.0-native"
 
@@ -36,6 +36,6 @@ android {
 }
 
 dependencies {
-    compile 'com.android.support:appcompat-v7:25.3.1'
+    compile 'com.android.support:appcompat-v7:27.0.2'
     compile 'com.squareup.okhttp3:okhttp:3.8.1'
 }