set buildToolsVersion to 23.0.1 to shut up Android Studio ;)
This commit is contained in:
parent
a3e531155f
commit
f33a5fd3a9
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue