mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Disable signing config
This commit is contained in:
@@ -8,14 +8,14 @@ android {
|
|||||||
compileSdkVersion 25
|
compileSdkVersion 25
|
||||||
buildToolsVersion "25.0.2"
|
buildToolsVersion "25.0.2"
|
||||||
|
|
||||||
signingConfigs {
|
// signingConfigs {
|
||||||
release {
|
// release {
|
||||||
storeFile file(LOOP_STORE_FILE)
|
// storeFile file(LOOP_STORE_FILE)
|
||||||
storePassword LOOP_STORE_PASSWORD
|
// storePassword LOOP_STORE_PASSWORD
|
||||||
keyAlias LOOP_KEY_ALIAS
|
// keyAlias LOOP_KEY_ALIAS
|
||||||
keyPassword LOOP_KEY_PASSWORD
|
// keyPassword LOOP_KEY_PASSWORD
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
playAccountConfigs {
|
playAccountConfigs {
|
||||||
defaultAccountConfig {
|
defaultAccountConfig {
|
||||||
@@ -35,14 +35,14 @@ android {
|
|||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
testInstrumentationRunnerArgument "size", "medium"
|
testInstrumentationRunnerArgument "size", "medium"
|
||||||
|
|
||||||
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
// playAccountConfig = playAccountConfigs.defaultAccountConfig
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||||
signingConfig signingConfigs.release
|
// signingConfig signingConfigs.release
|
||||||
}
|
}
|
||||||
debug {
|
debug {
|
||||||
testCoverageEnabled = false
|
testCoverageEnabled = false
|
||||||
@@ -161,6 +161,6 @@ task coverageReport(type: JacocoReport, dependsOn: ['testDebugUnitTest']) {
|
|||||||
executionData = files(jvmExecData, connectedExecData)
|
executionData = files(jvmExecData, connectedExecData)
|
||||||
}
|
}
|
||||||
|
|
||||||
play {
|
//play {
|
||||||
track = 'alpha'
|
// track = 'alpha'
|
||||||
}
|
//}
|
||||||
|
|||||||
Reference in New Issue
Block a user