Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Bump Android version to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Blomqvist committed Apr 29, 2021
1 parent e9c57a2 commit b1a3254
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.3] - 2021-04-28

### Added

- Add non-round app icons.

## [2.0.2] - 2021-04-27

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ android {
applicationId "com.skole"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 8
versionName "2.0.2"
versionCode 9
versionName "2.0.3"
}
splits {
abi {
Expand Down

0 comments on commit b1a3254

Please sign in to comment.