1
0
Fork 0
This commit is contained in:
Lucas 2024-11-20 18:21:47 -03:00 committed by GitHub
commit e549e2675e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 4 deletions
CHANGELOG.md
app/src/main
contactsbackup/src/main

View file

@ -1,3 +1,8 @@
## [15-5.1] - 2024-11-20
* It is now possible to verify the integrity of app backups, partially or fully
* The entire WebDAV URL is now shown when in settings
* A launch button is now shown for apps that are force-stopped so that they can be backed up
## [15-5.0] - 2024-10-15
* First Android 15 release
* New backup format using compression and deduplication

View file

@ -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="35050000"
android:versionName="15-5.0">
android:versionCode="35050010"
android:versionName="15-5.1">
<!--
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="35050000"
android:versionName="15-5.0">
android:versionCode="35050010"
android:versionName="15-5.1">
<!--
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.