Bump version to 14-4.0 - D2D <3

Change-Id: Ida82c6eafa715069d62dc92eb19accf64ed6d51c
This commit is contained in:
Chirayu Desai 2024-01-17 23:00:08 +05:30
parent 0319d733c1
commit 9097c8ced5
3 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,11 @@
## [14-4.0] - 2024-01-24
* Add experimental support for forcing "D2D" transfer backups
* Pretend to be a device-to-device transfer to allow backing up many apps which prevent backup
* Stop backing up excluded app APKs
* Show size of app backups in Backup Status screen
* Slight improvements to color scheme
* Development: Improve CI testing setup
## [14-3.3] - 2023-10-06
* Android 14

View file

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.stevesoltys.seedvault"
android:versionCode="34030030"
android:versionName="14-3.3">
android:versionCode="34040000"
android:versionName="14-4.0">
<!--
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.

View file

@ -6,8 +6,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.calyxos.backup.contacts"
android:versionCode="34030030"
android:versionName="14-3.3">
android:versionCode="34040000"
android:versionName="14-4.0">
<!--
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.