Bump version code in Android manifest
This commit is contained in:
parent
bd52749c76
commit
78e217c7d8
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.stevesoltys.seedvault"
|
||||
android:versionCode="6"
|
||||
android:versionCode="7"
|
||||
android:versionName="1.0.0">
|
||||
|
||||
<uses-permission
|
||||
|
@ -18,7 +18,7 @@
|
|||
<uses-permission
|
||||
android:name="android.permission.MANAGE_USB"
|
||||
tools:ignore="ProtectedPermissions" />
|
||||
|
||||
g
|
||||
<!-- This is needed to change system backup settings -->
|
||||
<uses-permission
|
||||
android:name="android.permission.WRITE_SECURE_SETTINGS"
|
||||
|
|
Loading…
Reference in a new issue