Skip to content

Commit

Permalink
Bump version to 14-4.0 - D2D <3
Browse files Browse the repository at this point in the history
Change-Id: Ida82c6eafa715069d62dc92eb19accf64ed6d51c
  • Loading branch information
chirayudesai committed Jan 24, 2024
1 parent 0319d73 commit 9097c8c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions contactsbackup/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9097c8c

Please sign in to comment.