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

Fix #151; URL handling; language; dia.so

* Language switcher in settings (#151)
* Handle dia.so links
* Improve security at internal browser decision
This commit is contained in:
Gregor Santner 2017-03-05 20:51:56 +01:00 committed by GitHub
parent 47184fe878
commit ac2327d2f2
17 changed files with 208 additions and 69 deletions

View file

@ -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 {