mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 10:19:42 +02:00
gradle apk name
This commit is contained in:
parent
352d644bc3
commit
9bb6a383d5
2 changed files with 16 additions and 8 deletions
|
@ -23,6 +23,13 @@ android {
|
|||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
variant.outputs.each { output ->
|
||||
output.outputFile = new File(
|
||||
output.outputFile.parent, "diasporaAndroid__${variant.versionName}__.apk")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue