Release 0.8.4

This commit is contained in:
Johan von Forstner
2021-07-31 20:09:05 +02:00
parent 20c4274c55
commit 2da7ea4c05
3 changed files with 6 additions and 2 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId "net.vonforst.evmap"
minSdkVersion 21
targetSdkVersion 30
versionCode 51
versionName "0.8.3"
versionCode 52
versionName "0.8.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,2 @@
- Chargeprice: Auswahl von gleichem Start- und Endladestand verhindert
- Abstürze behoben

View File

@@ -0,0 +1,2 @@
- Chargeprice: Prevent selection of same state of charge for start and end
- Fixed crashes