Skip to content

Commit

Permalink
release(fedi): 3.2.0+5276
Browse files Browse the repository at this point in the history
  • Loading branch information
xal committed Nov 2, 2021
1 parent 6d22a03 commit cf621ab
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 51 deletions.
7 changes: 6 additions & 1 deletion packages/fedi_app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.2] - 2021-08-06
## [3.2.0] - 2021-10-02

### Fixed
* API calls for Mastodon 3.x features

## [3.0.2] - 2021-09-24
### Added
* Settings option for pre-upload media during editing
* Human-readable and localized error messages
Expand Down
2 changes: 1 addition & 1 deletion packages/fedi_app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {

defaultConfig {
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
Loading

0 comments on commit cf621ab

Please sign in to comment.