Merge pull request #498 from chirayudesai/13-3.3
Bump version to 13-3.3
This commit is contained in:
commit
8367e99421
3 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
## [13-3.3] - 2023-01-11
|
||||||
|
* Mark Nextcloud as "Not recommended"
|
||||||
|
* Warn before turning off backups
|
||||||
|
* Avoid corrupting old backups when turning off backups
|
||||||
|
* Pre-grant `ACCESS_MEDIA_LOCATION` permission for Storage backups
|
||||||
|
|
||||||
## [13-3.2] - 2022-12-29
|
## [13-3.2] - 2022-12-29
|
||||||
* Add expert option to save logs
|
* Add expert option to save logs
|
||||||
* Add more details about branching to README
|
* Add more details about branching to README
|
||||||
|
|
|
@ -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="33030020"
|
android:versionCode="33030030"
|
||||||
android:versionName="13-3.2">
|
android:versionName="13-3.3">
|
||||||
<!--
|
<!--
|
||||||
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="33030020"
|
android:versionCode="33030030"
|
||||||
android:versionName="13-3.2">
|
android:versionName="13-3.3">
|
||||||
<!--
|
<!--
|
||||||
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