Skip to content

Commit

Permalink
Change version to 14-5.2
Browse files Browse the repository at this point in the history
Change-Id: I07da35dad7b147084e7f8066e03528a7016269d5
  • Loading branch information
chirayudesai committed Dec 27, 2024
1 parent 910ecfa commit 419b65f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [14-5.2] - 2024-12-27
* It is now possible to verify the integrity of file backups as well, partially or fully
* Improve files backup snapshot UI
* Allow changing backup location when USB drive isn't plugged in
* Fix work profile USB backup

## [14-5.1] - 2024-12-10
* First Android 15 release
* New backup format using compression and deduplication
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 @@ -7,8 +7,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.stevesoltys.seedvault"
android:versionCode="34050010"
android:versionName="14-5.1">
android:versionCode="34050020"
android:versionName="14-5.2">
<!--
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="34050010"
android:versionName="14-5.1">
android:versionCode="34050020"
android:versionName="14-5.2">
<!--
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 419b65f

Please sign in to comment.