Bump version to 13-3.2 (#487)
* Spread out the version code a bit to allow for more releases per one name Change-Id: I70b6ba92e359a1f229ee470f4032c04b9fd25e5b
This commit is contained in:
parent
644e5c10de
commit
4520ed4fff
3 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
## [13-3.2] - 2022-12-29
|
||||||
|
* Add expert option to save logs
|
||||||
|
* Add more details about branching to README
|
||||||
|
* Improvements for debug builds
|
||||||
|
* Documentation improvements
|
||||||
|
* Better error handling in some cases
|
||||||
|
* Some Android 13 upgrades
|
||||||
|
|
||||||
## [13-3.1] - 2022-09-01
|
## [13-3.1] - 2022-09-01
|
||||||
* Initial release for Android 13
|
* Initial release for Android 13
|
||||||
* Don't attempt to restore app that is used as a backup location (e.g. Nextcloud),
|
* Don't attempt to restore app that is used as a backup location (e.g. Nextcloud),
|
||||||
|
|
|
@ -2,8 +2,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="33000301"
|
android:versionCode="33030020"
|
||||||
android:versionName="13-3.1">
|
android:versionName="13-3.2">
|
||||||
<!--
|
<!--
|
||||||
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.
|
||||||
|
|
|
@ -2,8 +2,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="33000301"
|
android:versionCode="33030020"
|
||||||
android:versionName="13-3.1">
|
android:versionName="13-3.2">
|
||||||
<!--
|
<!--
|
||||||
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.
|
||||||
|
|
Loading…
Reference in a new issue