File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:3.3 .2'
11+ classpath ' com.android.tools.build:gradle:3.1 .2'
1212 }
1313}
1414
@@ -22,7 +22,8 @@ rootProject.allprojects {
2222apply plugin : ' com.android.library'
2323
2424android {
25- compileSdkVersion 28
25+ compileSdkVersion 26
26+ buildToolsVersion " 26.0.2"
2627 defaultConfig {
2728 minSdkVersion 16
2829 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -34,9 +35,9 @@ android {
3435
3536dependencies {
3637 implementation ' com.alibaba:fastjson:1.2.41'
37- implementation ' com.android.support:support-v4:28.0 .0'
38- implementation ' com.android.support:appcompat-v7:28.0 .0'
39- compileOnly rootProject. findProject(" :xservice_kit" )
38+ implementation ' com.android.support:support-v4:26.1 .0'
39+ implementation ' com.android.support:appcompat-v7:26.1 .0'
40+ provided rootProject. findProject(" :xservice_kit" )
4041}
4142
4243ext {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
2525apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
2626
2727android {
28- compileSdkVersion 28
28+ compileSdkVersion 27
2929
3030 lintOptions {
3131 disable ' InvalidPackage'
@@ -35,7 +35,7 @@ android {
3535 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3636 applicationId " com.taobao.idlefish.flutterboostexample"
3737 minSdkVersion 16
38- targetSdkVersion 28
38+ targetSdkVersion 27
3939 versionCode flutterVersionCode. toInteger()
4040 versionName flutterVersionName
4141 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = " 1.3.21"
32 repositories {
43 google()
54 jcenter()
65 }
76
87 dependencies {
9- classpath ' com.android.tools.build:gradle:3.3.2'
10- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
8+ classpath ' com.android.tools.build:gradle:3.1.2'
119 }
1210}
1311
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
You can’t perform that action at this time.
0 commit comments