Skip to content

Commit 0b7d7c2

Browse files
Merge pull request #1576 from nextcloud/200rc7
RC7
2 parents 2dde6e7 + b49a112 commit 0b7d7c2

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="20000006"
23-
android:versionName="2.0.0RC6">
22+
android:versionCode="20000007"
23+
android:versionName="2.0.0RC7">
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="20000006"
24-
android:versionName="2.0.0RC6">
23+
android:versionCode="20000007"
24+
android:versionName="2.0.0RC7">
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="20000006"
23-
android:versionName="2.0.0RC6">
22+
android:versionCode="20000007"
23+
android:versionName="2.0.0RC7">
2424

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

0 commit comments

Comments
 (0)