mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 15:18:47 +00:00
11.0
This commit is contained in:
parent
e41533a63e
commit
363e9bcf03
2 changed files with 9 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="de.schildbach.oeffi"
|
||||
android:versionCode="653"
|
||||
android:versionName="10.5.9" >
|
||||
android:versionCode="660"
|
||||
android:versionName="11.0" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="19"
|
||||
|
|
|
@ -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
|
||||
|
||||
* Modernized Settings and About screens.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue