Skip to content

Commit 8886136

Browse files
committed
release/2.0.3
1 parent ec78c71 commit 8886136

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

app/src/main/res/raw/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)