1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-18 09:34:54 +02:00

Release v1.1.0

This commit is contained in:
Gregor Santner 2018-02-07 00:17:24 +01:00
parent be4309ecd6
commit e4992870fe
No known key found for this signature in database
GPG key ID: 7E83A7834AECB009
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
### v1.1.0
- Added: App shortcuts (Android 7+)
- Updated: podlist
- More supported languages
- File sharing fixes
### v1.0.8
- Modified: Navigation - Merge bottom toolbar into top
- Updated: Build for Android O/27

View file

@ -18,8 +18,8 @@ android {
buildConfigField "String", "GITHASH", "\"${getGitHash()}\""
applicationId "com.github.dfa.diaspora_android"
versionName "1.0.8"
versionCode 28
versionName "1.1.0"
versionCode 29
vectorDrawables.useSupportLibrary = true