mirror of
https://github.com/mdanics/fluttergram.git
synced 2025-05-17 05:56:03 +08:00
update apk, app version, and changelog
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
BIN
app-release.apk
BIN
app-release.apk
Binary file not shown.
@ -1,5 +1,6 @@
|
||||
name: Fluttergram
|
||||
description: A new Flutter application.
|
||||
version: 1.2.3+1
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
|
Reference in New Issue
Block a user