File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android:
2323 - tools # https://github.com/travis-ci/travis-ci/issues/6059
2424 - platform-tools
2525 - android-16
26- - android-28
26+ - android-29
2727 - build-tools-28.0.3
2828
2929before_script :
@@ -32,7 +32,7 @@ before_script:
3232script :
3333 - set -e
3434 - cd $TRAVIS_BUILD_DIR/AndroidAnnotations
35- - ./mvnw install -P travis
35+ - ./mvnw install -P travis -q
3636 - cd $TRAVIS_BUILD_DIR/examples/maven
3737 - ./mvnw install
3838 - cd $TRAVIS_BUILD_DIR/examples/gradle
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66 dependencies {
77 // replace with the current version of the Android plugin
8- classpath " com.android.tools.build:gradle:3.3 .1"
8+ classpath " com.android.tools.build:gradle:3.6 .1"
99 }
1010}
1111
@@ -27,11 +27,11 @@ dependencies {
2727}
2828
2929android {
30- compileSdkVersion 28
30+ compileSdkVersion 29
3131
3232 defaultConfig {
3333 minSdkVersion 14
34- targetSdkVersion 28
34+ targetSdkVersion 29
3535
3636 // If you have different applicationIds for buildTypes or productFlavors uncomment this block.
3737 // javaCompileOptions {
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-5.2.1 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.3 -all.zip
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66 dependencies {
77 // replace with the current version of the Android plugin
8- classpath " com.android.tools.build:gradle:3.3 .1"
8+ classpath " com.android.tools.build:gradle:3.6 .1"
99 }
1010}
1111
@@ -24,11 +24,11 @@ dependencies {
2424}
2525
2626android {
27- compileSdkVersion 28
27+ compileSdkVersion 29
2828
2929 defaultConfig {
3030 minSdkVersion 14
31- targetSdkVersion 28
31+ targetSdkVersion 29
3232
3333 // If you have different applicationIds for buildTypes or productFlavors uncomment this block.
3434 // javaCompileOptions {
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-5.2.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.3 -all.zip
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = " 1.3.21 "
2+ ext. kotlin_version = " 1.3.71 "
33
44 repositories {
55 google()
66 jcenter()
77 }
88 dependencies {
99 // replace with the current version of the Android plugin
10- classpath " com.android.tools.build:gradle:3.3 .1"
10+ classpath " com.android.tools.build:gradle:3.6 .1"
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212 classpath " org.jetbrains.kotlin:kotlin-allopen:$kotlin_version "
1313 }
@@ -25,11 +25,11 @@ apply plugin: "kotlin-allopen"
2525apply plugin : " kotlin-kapt"
2626
2727android {
28- compileSdkVersion 28
28+ compileSdkVersion 29
2929
3030 defaultConfig {
3131 minSdkVersion 14
32- targetSdkVersion 28
32+ targetSdkVersion 29
3333 }
3434 sourceSets {
3535 main. java. srcDirs + = " src/main/kotlin"
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-5.2.1 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.3 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments