Skip to content

Commit

Permalink
Merge pull request #1299 from nextcloud/release200RC1
Browse files Browse the repository at this point in the history
2.0.0 RC1
  • Loading branch information
AndyScherzinger authored Aug 10, 2017
2 parents dafae31 + bec836f commit 46ff928
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/gplay/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.owncloud.android"
android:versionCode="10040399"
android:versionName="1.4.3">
android:versionCode="20000001"
android:versionName="2.0.0RC1">

<application
android:name=".MainApp"
Expand Down
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.owncloud.android"
android:versionCode="10040399"
android:versionName="1.4.3">
android:versionCode="20000001"
android:versionName="2.0.0RC1">

<uses-sdk
android:minSdkVersion="14"
Expand Down
4 changes: 2 additions & 2 deletions src/modified/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.owncloud.android"
android:versionCode="10040399"
android:versionName="1.4.3">
android:versionCode="20000001"
android:versionName="2.0.0RC1">

<application
android:name=".MainApp"
Expand Down

0 comments on commit 46ff928

Please sign in to comment.