File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11language : android
2-
3- jdk :
4- - oraclejdk8
2+ sudo : required
3+ jdk : oraclejdk8
4+ dist : trusty
55
66android :
77 components :
88 - tools
99 - platform-tools
10- - build-tools-28 .0.3
11- - android-28
10+ - build-tools-29 .0.2
11+ - android-29
1212 - extra-android-m2repository
1313 licenses :
1414 - ' android-sdk-preview-license-.+'
@@ -17,7 +17,10 @@ android:
1717
1818before_install :
1919 - yes | sdkmanager "platforms;android-28"
20+ - yes | sdkmanager "platforms;android-29"
21+
22+ before_script :
2023 - chmod +x gradlew
2124
2225script :
23- - ./gradlew clean build
26+ - ./gradlew clean build
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ allprojects {
2626```
2727```
2828dependencies {
29- implementation 'com.github.santalu:diagonal-imageview:1.1.0 '
29+ implementation 'com.github.santalu:diagonal-imageview:1.1.1 '
3030}
3131```
3232
You can’t perform that action at this time.
0 commit comments