Skip to content

Commit

Permalink
Release preparation: Increase version name and code, targetSdkVersion…
Browse files Browse the repository at this point in the history
… and update changelog/readme
  • Loading branch information
dbaelz committed Jun 13, 2021
1 parent 4a95762 commit a464a33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
An app with widgets for the great [openSenseMap](https://opensensemap.org) project.

## 0.6.0 (2011-06-13)
Thanks to [Tobias Preuss](https://github.com/johnjohndoe) for contributing the below changes.
- Update of several dependencies
- Build: Use gradle-versions-plugin to detect version updates
- Build: Debug build variant with different package name to enable parallel install

## 0.4.1 (2019-04-10)
#### Fixed
- Update mapbox dependency to fix a crash with the map view
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
An app with widgets for the great [openSenseMap](https://opensensemap.org) project.
It's still work in progress and in an early stage of development.

The current version `0.4.1` is available in the [Play Store](https://play.google.com/store/apps/details?id=de.codefor.karlsruhe.opensense).
The current version `0.6.0` is available in the [Play Store](https://play.google.com/store/apps/details?id=de.codefor.karlsruhe.opensense).


## Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package de.codefor.karlsruhe.opensense.build

object BuildConfig {
val minSdkVersion = 19
val targetSdkVersion = 28
val targetSdkVersion = 30
val compileSdkVersion = targetSdkVersion
val versionCode = 5
val versionName = "0.4.1"
val versionCode = 6
val versionName = "0.6.0"

val kotlinVersion = "1.4.31"

Expand Down

0 comments on commit a464a33

Please sign in to comment.