Skip to content

Commit

Permalink
Disable signing config
Browse files Browse the repository at this point in the history
  • Loading branch information
iSoron committed Sep 30, 2017
1 parent c56b86d commit 657cde7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ android {
compileSdkVersion 25
buildToolsVersion "25.0.2"

signingConfigs {
release {
storeFile file(LOOP_STORE_FILE)
storePassword LOOP_STORE_PASSWORD
keyAlias LOOP_KEY_ALIAS
keyPassword LOOP_KEY_PASSWORD
}
}
// signingConfigs {
// release {
// storeFile file(LOOP_STORE_FILE)
// storePassword LOOP_STORE_PASSWORD
// keyAlias LOOP_KEY_ALIAS
// keyPassword LOOP_KEY_PASSWORD
// }
// }

playAccountConfigs {
defaultAccountConfig {
Expand All @@ -35,14 +35,14 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArgument "size", "medium"

playAccountConfig = playAccountConfigs.defaultAccountConfig
// playAccountConfig = playAccountConfigs.defaultAccountConfig
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
signingConfig signingConfigs.release
// signingConfig signingConfigs.release
}
debug {
testCoverageEnabled = false
Expand Down Expand Up @@ -161,6 +161,6 @@ task coverageReport(type: JacocoReport, dependsOn: ['testDebugUnitTest']) {
executionData = files(jvmExecData, connectedExecData)
}

play {
track = 'alpha'
}
//play {
// track = 'alpha'
//}

0 comments on commit 657cde7

Please sign in to comment.