1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-06 14:35:25 +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 { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion "23.0.0" buildToolsVersion "23.0.1"
defaultConfig { defaultConfig {
applicationId "nodomain.freeyourgadget.gadgetbridge" applicationId "nodomain.freeyourgadget.gadgetbridge"