Bump version to 15-4.1, mention 15 in README

* VanillaIceCream

Change-Id: Idd149e2be3329452ab61941cde2ff4f2ae3575ca
This commit is contained in:
Chirayu Desai 2024-09-06 18:29:59 +05:30
parent 10f9f8e840
commit bf609f9723
4 changed files with 9 additions and 6 deletions

View file

@ -1,3 +1,6 @@
## [15-4.1] - 2024-09-06
* Android 15
## [14-4.1] - 2024-08-23 ## [14-4.1] - 2024-08-23
* It is now possible to restore after setting up a profile * It is now possible to restore after setting up a profile
* It is now possible to select what to restore (e.g. apps, files...) * It is now possible to select what to restore (e.g. apps, files...)

View file

@ -25,8 +25,8 @@ We update it every time Google releases a new Android version, make any changes
This means that for ROMs using SeedVault it's recommended to use the same branch as your android version This means that for ROMs using SeedVault it's recommended to use the same branch as your android version
- This current branch `android14` is meant for usage with Android 14 - This current branch `android15` is meant for usage with Android 15
- This is indicated by the version name starting with `14`, and the version code starting with `34` - the Android 14 API version - This is indicated by the version name starting with `15`, and the version code starting with `35` - the Android 15 API version
For older versions of Android, check out [the branches](https://github.com/seedvault-app/seedvault/branches). For older versions of Android, check out [the branches](https://github.com/seedvault-app/seedvault/branches).

View file

@ -7,8 +7,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.stevesoltys.seedvault" package="com.stevesoltys.seedvault"
android:versionCode="34040010" android:versionCode="35040010"
android:versionName="14-4.1"> android:versionName="15-4.1">
<!-- <!--
The version code is the targeted SDK_VERSION plus 6 digits for our own version code. 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. 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" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="org.calyxos.backup.contacts" package="org.calyxos.backup.contacts"
android:versionCode="34040010" android:versionCode="35040010"
android:versionName="14-4.1"> android:versionName="15-4.1">
<!-- <!--
The version code is the targeted SDK_VERSION plus 6 digits for our own version code. 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. The version name is the targeted Android version followed by - and our own version name.