Skip to content

Commit c863695

Browse files
authored
Merge pull request #953 from mikeNG/baklava
Bump to 16-5.7
2 parents a801416 + 7947f25 commit c863695

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 16-5.7 - 2025-08-13
2+
* First Android 16 release
3+
14
## 15-5.7 - 2025-08-12
25
* Use more reliable detection of flash drive presence
36
* Don't request backup more than once when notified about available USB storage

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
77
xmlns:tools="http://schemas.android.com/tools"
88
package="com.stevesoltys.seedvault"
9-
android:versionCode="35050070"
10-
android:versionName="15-5.7">
9+
android:versionCode="36050070"
10+
android:versionName="16-5.7">
1111
<!--
1212
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
1313
The version name is the targeted Android version followed by - and our own version name.

contactsbackup/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
77
xmlns:tools="http://schemas.android.com/tools"
88
package="org.calyxos.backup.contacts"
9-
android:versionCode="35050070"
10-
android:versionName="15-5.7">
9+
android:versionCode="36050070"
10+
android:versionName="16-5.7">
1111
<!--
1212
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
1313
The version name is the targeted Android version followed by - and our own version name.

0 commit comments

Comments
 (0)