mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Update version number to 1.5.6, 1.0.15(workaround)
This commit is contained in:
parent
9fa747d3d1
commit
76c2cf5b84
2 changed files with 4 additions and 4 deletions
|
@ -18,8 +18,8 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<manifest package="com.owncloud.android"
|
||||
android:versionCode="105005"
|
||||
android:versionName="1.5.5" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
android:versionCode="105006"
|
||||
android:versionName="1.5.6" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
||||
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.owncloud.android.workaround.accounts"
|
||||
android:versionCode="0100014"
|
||||
android:versionName="1.0.14" >
|
||||
android:versionCode="0100015"
|
||||
android:versionName="1.0.15" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="16"
|
||||
|
|
Loading…
Reference in a new issue