Skip to content

Commit

Permalink
merged beta and betaInternal build types.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Oct 4, 2015
1 parent edbeea7 commit 16b3884
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ android {
resValue "string", "app_title", "Tower Dev"
}

betaInternal {
beta {
signingConfig signingConfigs.release
applicationIdSuffix ".beta"
versionNameSuffix ".beta.${versionBuild}"
Expand All @@ -139,14 +139,6 @@ android {
buildConfigField "boolean", "ENABLE_CRASHLYTICS", "true"
}

beta {
signingConfig signingConfigs.release
versionNameSuffix ".beta.${versionBuild}"
resValue "string", "app_title", "Tower"
buildConfigField "boolean", "WRITE_LOG_FILE", "false"
buildConfigField "boolean", "ENABLE_CRASHLYTICS", "true"
}

release {
signingConfig signingConfigs.release
resValue "string", "app_title", "Tower"
Expand Down

0 comments on commit 16b3884

Please sign in to comment.