1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-31 02:54:29 +02:00

set buildToolsVersion to 23.0.1 to shut up Android Studio ;)

This commit is contained in:
Andreas Shimokawa 2015-10-03 23:25:06 +09:00
parent a3e531155f
commit f33a5fd3a9

View File

@ -6,7 +6,7 @@ def ABORT_ON_CHECK_FAILURE=false
android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "nodomain.freeyourgadget.gadgetbridge"