Skip to content

Commit

Permalink
Release v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Oct 29, 2017
1 parent 08c450f commit d1c4e68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v1.0.8
- Modified: Navigation - Merge bottom toolbar into top
- Updated: Build for Android O/27
- Updated: Language change preference
- Added: B/W coloring of toolbar popup

### v1.0.5
- Updated: Language preference

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
buildConfigField "String", "GITHASH", "\"${getGitHash()}\""

applicationId "com.github.dfa.diaspora_android"
versionName "1.0.7"
versionCode 27
versionName "1.0.8"
versionCode 28


vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit d1c4e68

Please sign in to comment.