Skip to content

Commit 152b0c3

Browse files
fix version for other builds
1 parent 1be21dd commit 152b0c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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="10050099"
23+
android:versionName="1.5.0">
2424

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

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="10050099"
23+
android:versionName="1.5.0">
2424

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

0 commit comments

Comments
 (0)