Skip to content

Commit 3158165

Browse files
committed
release/2.0.3
1 parent ec78c71 commit 3158165

2 files changed

Lines changed: 13 additions & 3 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: 11 additions & 1 deletion
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
@@ -253,7 +262,8 @@ they did not work very well and weren't used a lot. The release includes a total
253262
- Radar imagery
254263
- 10 day weather forecast
255264

256-
[Unreleased]: https://github.com/vadret/android/compare/2.0.2...HEAD
265+
[Unreleased]: https://github.com/vadret/android/compare/2.0.3...HEAD
266+
[2.0.3]: https://github.com/vadret/android/compare/2.0.2...2.0.3
257267
[2.0.2]: https://github.com/vadret/android/compare/2.0.1...2.0.2
258268
[2.0.1]: https://github.com/vadret/android/compare/2.0.0...2.0.1
259269
[2.0.0]: https://github.com/vadret/android/compare/1.2.9...2.0.0

0 commit comments

Comments
 (0)