1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 10:19:42 +02:00

Update build.gradle

This commit is contained in:
Gregor Santner 2016-10-31 07:15:29 +01:00
parent 39b45a03d0
commit caa7f8c59d
2 changed files with 73 additions and 42 deletions

View file

@ -11,6 +11,7 @@ android {
targetSdkVersion 24
versionCode 8
versionName "0.1.6-next"
setProperty("archivesBaseName", "diasporaAndroid__${versionName}__")
vectorDrawables.useSupportLibrary=true
}
@ -24,13 +25,6 @@ android {
lintOptions {
disable 'MissingTranslation'
}
applicationVariants.all { variant ->
variant.outputs.each { output ->
output.outputFile = new File(
output.outputFile.parent, "diasporaAndroid__${variant.versionName}__.apk")
}
}
}
repositories {