Bump version to 14-3.3
* Android 14 is here! Change-Id: Ic4249bb1d2a3ac03011f5b7608534ecd526e99c6
This commit is contained in:
parent
ea4e8ec552
commit
e6f32510d5
3 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
## [14-3.3] - 2023-10-06
|
||||||
|
* Android 14
|
||||||
|
|
||||||
## [13-3.3] - 2023-01-11
|
## [13-3.3] - 2023-01-11
|
||||||
* Mark Nextcloud as "Not recommended"
|
* Mark Nextcloud as "Not recommended"
|
||||||
* Warn before turning off backups
|
* Warn before turning off backups
|
||||||
|
|
|
@ -2,8 +2,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="com.stevesoltys.seedvault"
|
package="com.stevesoltys.seedvault"
|
||||||
android:versionCode="33030030"
|
android:versionCode="34030030"
|
||||||
android:versionName="13-3.3">
|
android:versionName="14-3.3">
|
||||||
<!--
|
<!--
|
||||||
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
|
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
|
||||||
The version name is the targeted Android version followed by - and our own version name.
|
The version name is the targeted Android version followed by - and our own version name.
|
||||||
|
|
|
@ -6,8 +6,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="org.calyxos.backup.contacts"
|
package="org.calyxos.backup.contacts"
|
||||||
android:versionCode="33030030"
|
android:versionCode="34030030"
|
||||||
android:versionName="13-3.3">
|
android:versionName="14-3.3">
|
||||||
<!--
|
<!--
|
||||||
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
|
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
|
||||||
The version name is the targeted Android version followed by - and our own version name.
|
The version name is the targeted Android version followed by - and our own version name.
|
||||||
|
|
Loading…
Reference in a new issue