This commit is contained in:
Andreas Schildbach 2020-11-22 18:23:56 +01:00
parent ac688db618
commit 4839c5b65b
2 changed files with 7 additions and 2 deletions

View file

@ -20,8 +20,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="de.schildbach.oeffi"
android:versionCode="686"
android:versionName="11.3.7">
android:versionCode="687"
android:versionName="11.4">
<uses-sdk
android:minSdkVersion="19"

View file

@ -1,3 +1,8 @@
v11.4
* Show distance to station in the app-widget.
* Request background location permission only on setup of the app-widget.
v11.3-v11.3.7
* Remove the caching system in Öffi Stations as it led to too much stale data.