File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ android {
4040 applicationId " fi.kroon.vadret"
4141 minSdkVersion 21
4242 targetSdkVersion 30
43- versionCode 29
44- versionName " 2.0.2 "
43+ versionCode 30
44+ versionName " 2.0.3 "
4545 vectorDrawables. useSupportLibrary = true
4646 flavorDimensions " default"
4747 testInstrumentationRunner " androidx.top.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
66## [ Unreleased]
77
8+ ## [ 2.0.3] -- 2021-03-11 🦔
9+
10+ This is a minor maintenance release that contains mostly bumped external libraries and removing
11+ deprecated kotlinx synthetic in favor of viewbinding and it's now targeting JDK 11.
12+
13+ ### Removed
14+
15+ - Kotlinx synthetic
16+
817## [ 2.0.2] -- 2020-12-20 🛠️
918
1019### Changed
You can’t perform that action at this time.
0 commit comments