mirror of
https://github.com/gsantner/dandelion
synced 2025-12-15 00:31:11 +01:00
Language switcher in settings; Handle dia.so links; Improve security of external browser decision
This commit is contained in:
parent
47184fe878
commit
8789944972
17 changed files with 208 additions and 69 deletions
|
|
@ -6,12 +6,8 @@ android {
|
|||
buildToolsVersion "24.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.github.dfa.diaspora_android"
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 24
|
||||
versionCode 13
|
||||
versionName "0.2.3"
|
||||
setProperty("archivesBaseName", "dandelion__${versionName}__")
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
|
@ -26,6 +22,9 @@ android {
|
|||
flavorDandelion {
|
||||
applicationId "com.github.dfa.diaspora_android"
|
||||
manifestPlaceholders = [appName: "dandelion*"]
|
||||
versionCode 13
|
||||
versionName "0.2.3"
|
||||
setProperty("archivesBaseName", "dandelion__${versionName}__")
|
||||
}
|
||||
|
||||
flavorSecondlion {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue