Version bump - 0.1.1
This commit is contained in:
parent
3c9e1e8523
commit
31bc653cfb
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.stevesoltys.backup"
|
||||
android:versionCode="1"
|
||||
android:versionName="0.1.0">
|
||||
android:versionCode="2"
|
||||
android:versionName="0.1.1">
|
||||
|
||||
<uses-permission android:name="android.permission.BACKUP" />
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="26"
|
||||
android:targetSdkVersion="26" />
|
||||
android:targetSdkVersion="28" />
|
||||
|
||||
<application
|
||||
android:name=".Backup"
|
||||
|
|
Loading…
Reference in a new issue