mirror of
https://github.com/gsantner/dandelion
synced 2024-11-16 01:12:08 +01:00
Release v1.3.0
This commit is contained in:
parent
a80f6ebb45
commit
46f2b33bc8
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
### v1.2.5
|
### v1.3.0
|
||||||
Make youtube links open external/in youtube app (optional)
|
- Add option to open youtube links external/in YouTube app (optional)
|
||||||
|
- Pull to refresh
|
||||||
|
|
||||||
### v1.2.3
|
### v1.2.3
|
||||||
**Improved:**
|
**Improved:**
|
||||||
|
|
|
@ -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.5"
|
versionName "1.3.0"
|
||||||
versionCode 40
|
versionCode 41
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue