This commit is contained in:
Andreas Schildbach 2022-08-29 12:17:57 +02:00
parent 1f9ebdf32d
commit ea43d90fb9
2 changed files with 7 additions and 3 deletions

View file

@ -19,8 +19,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="de.schildbach.oeffi"
android:versionCode="120024"
android:versionName="12.0.24">
android:versionCode="120025"
android:versionName="12.0.25">
<uses-sdk
android:minSdkVersion="21"

View file

@ -1,4 +1,8 @@
v12.0.23-12.0.24
v12.0.25
* Target Android 13.
v12.0.23-v12.0.24
* Migrate periodic app-widget refresh from JobIntentService to JobScheduler