mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-02 13:07:34 +01:00
revert some useless changes in gradle files
This commit is contained in:
parent
326e079068
commit
3e4922a4eb
@ -4,9 +4,6 @@ android {
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion "21.1.2"
|
||||
|
||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
||||
|
||||
defaultConfig {
|
||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||
minSdkVersion 19
|
||||
|
@ -17,8 +17,3 @@ allprojects {
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
||||
ext {
|
||||
compileSdkVersion = 21
|
||||
buildToolsVersion = "21.1.2"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user