Release 0.8.1

This commit is contained in:
johan12345
2021-07-14 23:25:02 +02:00
parent e8850575f2
commit f155f7615f
3 changed files with 8 additions and 2 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId "net.vonforst.evmap"
minSdkVersion 21
targetSdkVersion 30
versionCode 48
versionName "0.8.0"
versionCode 49
versionName "0.8.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,3 @@
- Abstürze behoben
- Problem mit Filter nach Anschlüssen behoben
- Wechsel zwischen Karte und Filteransicht beschleunigt

View File

@@ -0,0 +1,3 @@
- Fixed crashes
- Fixed problem when filtering by connectors
- Improved performance when switching between map and filters view