This commit is contained in:
Andreas Schildbach 2019-09-18 19:22:19 +02:00
parent e41533a63e
commit 363e9bcf03
2 changed files with 9 additions and 2 deletions

View file

@ -19,8 +19,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="de.schildbach.oeffi" package="de.schildbach.oeffi"
android:versionCode="653" android:versionCode="660"
android:versionName="10.5.9" > android:versionName="11.0" >
<uses-sdk <uses-sdk
android:minSdkVersion="19" android:minSdkVersion="19"

View file

@ -1,3 +1,10 @@
v11.0
* The app now requires Android 4.4 (KitKat) or higher.
This will make UI development easier in future.
* Use 'aosp' and 'google' flavors to separate the two build variants.
This is a replacement for the constantly rebased 'google' git branch.
v10.5.9 v10.5.9
* Modernized Settings and About screens. * Modernized Settings and About screens.