mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 10:19:42 +02:00
Change default signed APK name
This commit is contained in:
parent
ff48cb8982
commit
7a0ec98ed4
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ android {
|
|||
targetSdkVersion 24
|
||||
versionCode 11
|
||||
versionName "0.2.0-next"
|
||||
setProperty("archivesBaseName", "diasporaAndroid__${versionName}__")
|
||||
setProperty("archivesBaseName", "DiasporaForAndroid__${versionName}__")
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue