mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
Merge pull request #199 from owncloud/release-JB-workaround-1.0.3
Release jb workaround 1.0.3
This commit is contained in:
commit
a856e8864a
1 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,14 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.owncloud.android.workaround.accounts"
|
package="com.owncloud.android.workaround.accounts"
|
||||||
android:versionCode="0100002"
|
android:versionCode="0100003"
|
||||||
android:versionName="1.0.2" >
|
android:versionName="1.0.3" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="16"
|
android:minSdkVersion="16"
|
||||||
android:targetSdkVersion="16" />
|
android:targetSdkVersion="16"
|
||||||
|
android:maxSdkVersion="17"
|
||||||
|
/>
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
|
|
Loading…
Reference in a new issue