This commit is contained in:
Andreas Schildbach 2021-08-11 16:55:31 +02:00
parent 5e95dc3fa9
commit 15aa0e3d67
3 changed files with 4 additions and 4 deletions

View file

@ -19,8 +19,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="de.schildbach.oeffi"
android:versionCode="120010"
android:versionName="12.0.10">
android:versionCode="120011"
android:versionName="12.0.11">
<uses-sdk
android:minSdkVersion="21"

View file

@ -1,4 +1,4 @@
v12.0.8-v12.0.10
v12.0.8-v12.0.11
* Migrate repository to Maven Central, as JCenter is shutting down.