File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44# git update-index --chmod=+x gradlew //http://stackoverflow.com/questions/33820638/travis-yml-gradlew-permission-denied
55
66language : android
7- jdk : oraclejdk8
7+ dist : trusty
88
99android :
1010
1111 components :
1212 - tools # to get the new `repository-11.xml`
1313 - platform-tools
1414 - tools # to install Android SDK tools 25.1.x (x = 6 right now)
15- - build-tools-27 .0.3
16- - android-27
15+ - build-tools-28 .0.3
16+ - android-28
1717 - extra-google-m2repository
1818 - extra-android-m2repository
1919
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ allprojects {
2424apply from : " $rootDir /gradle/common-build.gradle"
2525
2626ext {
27- versionName = " 0.3.7 "
27+ versionName = " 0.3.8 "
2828 versionCode = getCiBuildNumber()
2929 compileSdkVersion = 28
3030 buildToolsVersion = " 28.0.3"
3131 targetSdkVersion = 28
3232 minSdkVersion = 14
33- renderscriptTargetApi = 21
33+ renderscriptTargetApi = 24
3434
3535 dependencies = [
3636 support : " 27.1.1"
You can’t perform that action at this time.
0 commit comments