mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 10:19:42 +02:00
Release v0.2.3
This commit is contained in:
parent
4ed9a0169a
commit
a205f9372d
28 changed files with 258 additions and 27 deletions
|
@ -10,7 +10,7 @@ android {
|
|||
minSdkVersion 17
|
||||
targetSdkVersion 24
|
||||
versionCode 13
|
||||
versionName "0.2.2-next"
|
||||
versionName "0.2.3"
|
||||
setProperty("archivesBaseName", "dandelion__${versionName}__")
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
@ -29,8 +29,11 @@ android {
|
|||
}
|
||||
|
||||
flavorSecondlion {
|
||||
applicationId "com.github.dfa.diaspora_android2"
|
||||
applicationId "com.github.dfa.secondlion"
|
||||
manifestPlaceholders = [appName: "secondlion*"]
|
||||
versionCode = Integer.parseInt(new Date().format('yyMMdd'))
|
||||
versionName = new Date().format('yyMMdd')
|
||||
setProperty("archivesBaseName", "${applicationId}__${versionName}__")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue