mirror of
https://github.com/mdanics/fluttergram.git
synced 2025-08-24 02:51:37 +08:00
update apk, app version, and changelog
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,6 +1,23 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## [1.2.2] - 2018-11-07
|
||||||
### Changes
|
### Changes
|
||||||
- New - Location suggestions on upload page
|
- New - Location suggestions on upload page
|
||||||
|
@ -27,7 +27,7 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.2.2"
|
versionName "1.2.3"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
BIN
app-release.apk
BIN
app-release.apk
Binary file not shown.
@ -1,5 +1,6 @@
|
|||||||
name: Fluttergram
|
name: Fluttergram
|
||||||
description: A new Flutter application.
|
description: A new Flutter application.
|
||||||
|
version: 1.2.3+1
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
Reference in New Issue
Block a user