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:
parent
622e4657b0
commit
5f3a6b8056
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue