update apk, app version, and changelog

This commit is contained in:
Matthew
2020-01-04 16:36:23 -05:00
parent ffb4462d75
commit 41c5c7c7b1
4 changed files with 19 additions and 1 deletions

View File

@ -1,6 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.
## [1.2.3] - 2020-01-04
### Changes
- Add animation to Heart when liking a post
- add user's post to their own feed
- add logout button to edit profile page
- tabs now keep state after switching pages, improves overall ux
- Code clean up
- Dependency bumps
- Fixed bugs
- remove width constraint on follow button
- feed now loads after username selection
- fix duplicate username screens on first google signin
- fixed error on open + removed useless code
- Set maxWidth and maxHeight on pickImage()
- added missing keys
## [1.2.2] - 2018-11-07
### Changes
- New - Location suggestions on upload page

View File

@ -27,7 +27,7 @@ android {
minSdkVersion 21
targetSdkVersion 27
versionCode 1
versionName "1.2.2"
versionName "1.2.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}

Binary file not shown.

View File

@ -1,5 +1,6 @@
name: Fluttergram
description: A new Flutter application.
version: 1.2.3+1
dependencies:
flutter: