Skip to content

Commit

Permalink
bumped to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrambhia committed Jan 27, 2019
1 parent 32fa074 commit 8a7c74e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Flutter Changelog

# 0.3.8

- Fix issue with Toast. Removed custom duration for toasts
- Fixed support page layout and card height
- Fixed issue of not retaining 'liked' state in collection search
- 'Draw over window' banner added
- 'Detailed' rating bubble added
- 'Not found' bubble added

# 0.3.7

- Debug menu added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img src="https://github.com/jayrambhia/MovieRatings/blob/master/screenshots/cover.png" width="480px"/>
</p>

You can get the latest Playstore version here on [Playstore](https://play.google.com/store/apps/details?id=com.fenchtose.flutter&referrer=utm_source%3Dgithub) - or download directly - [0.3.7](https://github.com/jayrambhia/MovieRatings/releases/download/v0.3.7/flutter_v0.3.7.apk)
You can get the latest Playstore version here on [Playstore](https://play.google.com/store/apps/details?id=com.fenchtose.flutter&referrer=utm_source%3Dgithub) - or download directly - [0.3.8](https://github.com/jayrambhia/MovieRatings/releases/download/v0.3.8/flutter_v0.3.8.apk)

## Screenshots of master

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ properties.load(project.rootProject.file('local.properties').newDataInputStream(

ext.versionMajor = 0
ext.versionMinor = 3
ext.versionPatch = 7
ext.versionPatch = 8

android {
compileSdkVersion 27
Expand Down

0 comments on commit 8a7c74e

Please sign in to comment.