File tree Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,21 @@ language: android
3
3
android :
4
4
components :
5
5
- build-tools-28.0.3
6
- - android-28
6
+ - android-29
7
7
8
8
- extra-google-m2repository
9
9
- extra-android-m2repository
10
+ licenses :
11
+ - ' android-sdk-preview-license-52d11cd2'
12
+ - ' android-sdk-license-.+'
13
+ - ' google-gdk-license-.+'
10
14
11
15
jdk :
12
16
- oraclejdk8
13
17
18
+ before_install :
19
+ - yes | sdkmanager "build-tools;28.0.3"
20
+
14
21
notifications :
15
22
email : true
16
23
19
26
- $HOME/.m2
20
27
21
28
script :
22
- ./gradlew testDebugUnitTest testDebugUnitTestCoverage assembleDebug
29
+ ./gradlew testDebugUnitTest testDebugUnitTestCoverage assembleDebug
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ buildscript {
6
6
maven { url ' https://oss.sonatype.org/content/repositories/snapshots' }
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.2 .1'
9
+ classpath ' com.android.tools.build:gradle:3.5 .1'
10
10
classpath ' org.jacoco:org.jacoco.core:0.8.1'
11
- classpath ' com.jakewharton:butterknife-gradle-plugin:9.0.0-rc1 '
11
+ classpath ' com.jakewharton:butterknife-gradle-plugin:10.1.0 '
12
12
}
13
13
}
14
14
Original file line number Diff line number Diff line change 1
1
android {
2
- compileSdkVersion 28
2
+ compileSdkVersion 29
3
3
defaultConfig {
4
4
minSdkVersion 23
5
- targetSdkVersion 28
5
+ targetSdkVersion 29
6
6
versionCode 1
7
7
versionName " 1.0"
8
8
}
Original file line number Diff line number Diff line change 6
6
// Annotation processor dependencies
7
7
daggerVersion = ' 2.14.1'
8
8
autoFactoryVersion = ' 1.0-beta3'
9
- butterknifeVersion = ' 9.0.0-rc1 '
9
+ butterknifeVersion = ' 10.1.0 '
10
10
11
11
// Standard dependencies
12
12
supportLibraryVersion = ' 1.0.0'
Original file line number Diff line number Diff line change 1
- # Tue Jul 03 19: 11:48 CEST 2018
1
+ # Fri Oct 18 11:44:19 CEST 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1 -all.zip
You can’t perform that action at this time.
0 commit comments