Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #899 from RocketChat/chore/increment_build_number
Browse files Browse the repository at this point in the history
[CHORE] Increment version code, name and remove suffix for releases
  • Loading branch information
rafaelks authored Mar 13, 2018
2 parents 44720ce + 81b84e4 commit c101b39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "chat.rocket.android"
minSdkVersion 21
targetSdkVersion versions.targetSdk
versionCode 1011
versionName "2.0.0-dev9"
versionCode 2000
versionName "2.0.0-alpha1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand All @@ -32,7 +32,6 @@ android {
signingConfig signingConfigs.release
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
applicationIdSuffix ".dev"
}

debug {
Expand Down

0 comments on commit c101b39

Please sign in to comment.