1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00

Revert build tools back to 28.0.3 (#391)

* travis.yml: Revert build tools back to 28.0.3

* build.gradle - Revert build tools back to 28.0.3
This commit is contained in:
Catfriend1 2019-03-30 08:43:53 +01:00 committed by GitHub
parent 622e4657b0
commit 5f3a6b8056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ android:
components: components:
- tools - tools
- platform-tools - platform-tools
- build-tools-29.0.0-rc1 - build-tools-28.0.3
- android-28 - android-28
- extra-android-m2repository - extra-android-m2repository

View file

@ -23,7 +23,7 @@ dependencies {
android { android {
// Changes to these values need to be reflected in `.travis.yml` // Changes to these values need to be reflected in `.travis.yml`
compileSdkVersion 28 compileSdkVersion 28
buildToolsVersion '29.0.0-rc1' buildToolsVersion '28.0.3'
buildTypes.debug.applicationIdSuffix ".debug" buildTypes.debug.applicationIdSuffix ".debug"
dataBinding.enabled = true dataBinding.enabled = true