1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-16 16:44:53 +02:00

Release v1.2.5

This commit is contained in:
Gregor Santner 2019-01-11 02:43:53 +01:00
parent 6f310985d6
commit b833311353
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
### v1.2.5
Make youtube links open external/in youtube app (optional)
### v1.2.3 ### v1.2.3
**Improved:** **Improved:**
- More supported languages, more complete translations! - More supported languages, more complete translations!

View file

@ -19,8 +19,8 @@ android {
resValue "string", "manifest_package_id", "com.github.dfa.diaspora_android" resValue "string", "manifest_package_id", "com.github.dfa.diaspora_android"
applicationId "com.github.dfa.diaspora_android" applicationId "com.github.dfa.diaspora_android"
versionName "1.2.3" versionName "1.2.5"
versionCode 36 versionCode 40
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }