mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Updated version number to 1.7.0
This commit is contained in:
parent
5116bd99e2
commit
1ee808f3a2
2 changed files with 5 additions and 7 deletions
|
@ -18,8 +18,8 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<manifest package="com.owncloud.android"
|
||||
android:versionCode="10600301"
|
||||
android:versionName="1.6.3" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
android:versionCode="10700000"
|
||||
android:versionName="1.7.0" 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" />
|
||||
|
@ -86,9 +86,7 @@
|
|||
android:name=".ui.activity.Preferences"
|
||||
android:theme="@style/Theme.ownCloud" >
|
||||
</activity>
|
||||
<activity android:name=".ui.activity.PreferencesNewSessionewSession" >
|
||||
</activity>
|
||||
|
||||
|
||||
<activity
|
||||
android:name=".ui.preview.PreviewImageActivity"
|
||||
/>
|
||||
|
|
|
@ -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="0100020"
|
||||
android:versionName="1.0.20" >
|
||||
android:versionCode="0100021"
|
||||
android:versionName="1.0.21" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="16"
|
||||
|
|
Loading…
Reference in a new issue