Skip to content

Commit 46ff928

Browse files
Merge pull request #1299 from nextcloud/release200RC1
2.0.0 RC1
2 parents dafae31 + bec836f commit 46ff928

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/gplay/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2020
xmlns:tools="http://schemas.android.com/tools"
2121
package="com.owncloud.android"
22-
android:versionCode="10040399"
23-
android:versionName="1.4.3">
22+
android:versionCode="20000001"
23+
android:versionName="2.0.0RC1">
2424

2525
<application
2626
android:name=".MainApp"

src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
-->
2121
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2222
package="com.owncloud.android"
23-
android:versionCode="10040399"
24-
android:versionName="1.4.3">
23+
android:versionCode="20000001"
24+
android:versionName="2.0.0RC1">
2525

2626
<uses-sdk
2727
android:minSdkVersion="14"

src/modified/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2020
xmlns:tools="http://schemas.android.com/tools"
2121
package="com.owncloud.android"
22-
android:versionCode="10040399"
23-
android:versionName="1.4.3">
22+
android:versionCode="20000001"
23+
android:versionName="2.0.0RC1">
2424

2525
<application
2626
android:name=".MainApp"

0 commit comments

Comments
 (0)