Skip to content

Commit

Permalink
Merge pull request #29 from CodeforKarlsruhe/develop
Browse files Browse the repository at this point in the history
Update mapbox to fix a crash with the map view
  • Loading branch information
dbaelz authored Apr 10, 2019
2 parents a581ad8 + 679273f commit e907337
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
An app with widgets for the great [openSenseMap](https://opensensemap.org) project.

## 0.4.1 (2019-04-10)
#### Fixed
- Update mapbox dependency to fix a crash with the map view

## 0.4.0 (2019-04-10)
Update build script, API calls and migrate to Gradle Kotlin DSL

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.0` is available in the [Play Store](https://play.google.com/store/apps/details?id=de.codefor.karlsruhe.opensense).
The current version `0.4.1` 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 @@ -4,8 +4,8 @@ object BuildConfig {
val minSdkVersion = 19
val targetSdkVersion = 28
val compileSdkVersion = targetSdkVersion
val versionCode = 4
val versionName = "0.4.0"
val versionCode = 5
val versionName = "0.4.1"

val buildToolsVersion = "28.0.3"
val kotlinVersion = "1.3.21"
Expand All @@ -16,7 +16,7 @@ object BuildConfig {
val rxAndroidVersion = "2.1.1"
val rxJavaVersion = "2.2.7"
val retrofitVersion = "2.5.0"
val mapboxVersion = "7.2.0"
val mapboxVersion = "7.3.0"
val androidPlotVersion = "1.5.6"
val junitVersion = "4.12"
val espressoVersion = "3.0.1"
Expand Down

0 comments on commit e907337

Please sign in to comment.