Skip to content

Commit

Permalink
Release 3.4.0 (#492)
Browse files Browse the repository at this point in the history
* Version update
* Update Changelogs
  • Loading branch information
vbuberen authored Nov 5, 2020
1 parent 2ca618b commit 372378d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This file follows [Keepachangelog](https://keepachangelog.com/) format.
Please add your entries according to this format.

## Unreleased
## Version 3.4.0 *(2020-11-05)*

### Added

Expand All @@ -12,11 +12,15 @@ Please add your entries according to this format.
### Changed

* Bumped `targetSDK` and `compileSDK` to 30 (Android 11).
* Removed `kotlin-android-extensions` plugin.

### Removed

* `kotlin-android-extensions` plugin for better compatibility with Kotlin 1.4.20.

### Fixed

* Fixed memory leak in MainActivity [#465].
* Fixed `GzipSource is not closed` error reported by StrictMode [#472].
* Fixed build failure for projects with new `kotlin-parcelize` plugin [#480].

### Deprecated
Expand Down Expand Up @@ -460,4 +464,5 @@ Initial release.
[#410]: https://github.com/ChuckerTeam/chucker/issues/410
[#422]: https://github.com/ChuckerTeam/chucker/issues/422
[#465]: https://github.com/ChuckerTeam/chucker/issues/465
[#480]: https://github.com/ChuckerTeam/chucker/issues/480
[#472]: https://github.com/ChuckerTeam/chucker/issues/472
[#480]: https://github.com/ChuckerTeam/chucker/issues/480
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ org.gradle.parallel=true

android.useAndroidX=true

VERSION_NAME=3.3.1-SNAPSHOT
# 3*100*100 + 3*100 + 1 => 30301
VERSION_CODE=30301
VERSION_NAME=3.4.0
# 3*100*100 + 4*100 + 0 => 30400
VERSION_CODE=30400
GROUP=com.github.chuckerteam.chucker

POM_REPO_NAME=Chucker
Expand Down

0 comments on commit 372378d

Please sign in to comment.