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 <manifest
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
package="de.schildbach.oeffi" package="de.schildbach.oeffi"
android:versionCode="120001" android:versionCode="120002"
android:versionName="12.0.1"> android:versionName="12.0.2">
<uses-sdk <uses-sdk
android:minSdkVersion="21" 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. * The app now requires Android 5.0 (Lollipop) or higher.
* Introduce dark UI mode and UI improvements on Android 10 (and higher) devices. * Introduce dark UI mode and UI improvements on Android 10 (and higher) devices.