1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-27 12:26:48 +01:00

bump android gradle plugin and build tools version

This commit is contained in:
Andreas Shimokawa 2018-10-28 21:31:09 +01:00
parent 29dc806fb1
commit 6b136210a1
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_7
}
compileSdkVersion 27
buildToolsVersion "28.0.2"
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "nodomain.freeyourgadget.gadgetbridge"

View File

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files