Commit 4d30e55e authored by Lucio Maciel's avatar Lucio Maciel

First release as .dev, since we don't have a .alpha play services config

Also usa a higer versionCode 1001, and versionName 2.0.0-dev1
parent 150b7a70
......@@ -11,8 +11,8 @@ android {
applicationId "chat.rocket.android"
minSdkVersion 21
targetSdkVersion versions.targetSdk
versionCode 1
versionName "2.0.0-beta1"
versionCode 1001
versionName "2.0.0-dev1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
......@@ -31,7 +31,7 @@ android {
signingConfig signingConfigs.release
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
applicationIdSuffix ".alpha"
applicationIdSuffix ".dev"
}
debug {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment