Skip to content

Commit

Permalink
centralize app's version code and name
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyScherzinger authored and tobiasKaminsky committed Oct 16, 2017
1 parent 860ffe0 commit f1c2039
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ android {

multiDexEnabled true

versionCode = 20000099
versionName = "2.0.0"

// adapt structure from Eclipse to Gradle/Android Studio expectations;
// see http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Configuring-the-Structure

Expand Down
4 changes: 1 addition & 3 deletions src/gplay/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.owncloud.android"
android:versionCode="20000009"
android:versionName="2.0.0RC9">
package="com.owncloud.android">

<application
android:name=".MainApp"
Expand Down
4 changes: 1 addition & 3 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.owncloud.android"
android:versionCode="20000009"
android:versionName="2.0.0RC9">
package="com.owncloud.android">

<uses-sdk
android:minSdkVersion="14"
Expand Down
4 changes: 1 addition & 3 deletions src/modified/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.owncloud.android"
android:versionCode="20000009"
android:versionName="2.0.0RC9">
package="com.owncloud.android">

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

0 comments on commit f1c2039

Please sign in to comment.