This commit is contained in:
Andreas Schildbach 2021-02-03 16:08:35 +01:00
parent 28f7761e96
commit 2646e51fd0
2 changed files with 6 additions and 2 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="120002" android:versionCode="120003"
android:versionName="12.0.2"> android:versionName="12.0.3">
<uses-sdk <uses-sdk
android:minSdkVersion="21" android:minSdkVersion="21"

View file

@ -1,3 +1,7 @@
v12.0.3
* For devices running Android 10 and higher, add a light UI mode to app-widget.
v12.0-v12.0.2 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.