This commit is contained in:
Andreas Schildbach 2021-01-30 19:39:41 +01:00
parent 9a5408b468
commit c8b9b25c0d
2 changed files with 3 additions and 3 deletions

View file

@ -19,8 +19,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="de.schildbach.oeffi"
android:versionCode="120001"
android:versionName="12.0.1">
android:versionCode="120002"
android:versionName="12.0.2">
<uses-sdk
android:minSdkVersion="21"

View file

@ -1,4 +1,4 @@
v12.0-v12.0.1
v12.0-v12.0.2
* The app now requires Android 5.0 (Lollipop) or higher.
* Introduce dark UI mode and UI improvements on Android 10 (and higher) devices.