mirror of
https://github.com/gsantner/dandelion
synced 2024-11-15 17:02:10 +01:00
Release v1.3.1
This commit is contained in:
parent
0732fe1b91
commit
d0e2decb19
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
![](https://test.gsantner.net/matomo/piwik.php?action_name=inapp_changelog&idsite=2&rec=1&urlref=https%3A%2F%2Fgithub.com%2Fgsantner%2Fdandelion%2FCHANGELOG.md&_cvar=%7B%221%22%3A%5B%22source%22%2C%22changelog%22%5D%2C%222%22%3A%5B%22project%22%2C%22dandelion%22%5D%2C%223%22%3A%5B%22packageid%22%2C%22com.github.dfa.diaspora_android%22%5D%2C%224%22%3A%5B%22referrer%22%2C%22https%3A%2F%2Fgithub.com%2Fgsantner%2Fdandelion%2FCHANGELOG.md%22%5D%7D)
|
||||
|
||||
|
||||
### v1.3.x
|
||||
- Updated translations
|
||||
- Added german F-Droid description translation
|
||||
|
||||
### v1.3.0
|
||||
- Add option to open youtube links external/in YouTube app (optional)
|
||||
- Pull to refresh
|
||||
|
|
|
@ -19,8 +19,8 @@ android {
|
|||
|
||||
resValue "string", "manifest_package_id", "com.github.dfa.diaspora_android"
|
||||
applicationId "com.github.dfa.diaspora_android"
|
||||
versionName "1.3.0"
|
||||
versionCode 41
|
||||
versionName "1.3.1"
|
||||
versionCode 42
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue