mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-20 21:17:20 +02:00
no need to set versions globally as we've got no sub project
This commit is contained in:
parent
961b4a772a
commit
fafbfda0d8
15
build.gradle
15
build.gradle
|
|
@ -19,18 +19,3 @@ allprojects {
|
|||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
ext {
|
||||
compileSdkVersion = 25
|
||||
buildToolsVersion = "25.0.2"
|
||||
}
|
||||
subprojects { subproject ->
|
||||
afterEvaluate{
|
||||
if((subproject.plugins.hasPlugin('android') || subproject.plugins.hasPlugin('android-library'))) {
|
||||
android {
|
||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue