This commit is contained in:
Andreas Schildbach 2018-12-03 17:51:18 +01:00
parent 6d4a97fcc3
commit a0b22d5c25
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" <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="630" android:versionCode="631"
android:versionName="10.3.8-aosp" > android:versionName="10.3.9-aosp" >
<uses-sdk <uses-sdk
android:minSdkVersion="16" android:minSdkVersion="16"

View file

@ -1,4 +1,4 @@
v10.3.8 v10.3.8-v10.3.9
* Fix for trips not being saved to the history in some cases. * Fix for trips not being saved to the history in some cases.