Skip to content

Commit

Permalink
remove release signing config for appcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmtsk committed Jun 14, 2021
1 parent 0ff2201 commit b9c4cfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ android {
keyAlias 'androiddebugkey'
keyPassword 'android'
}
release {
/*release {
if (project.hasProperty('WAHLSWIPER_RELEASE_STORE_FILE')) {
storeFile file(WAHLSWIPER_RELEASE_STORE_FILE)
storePassword WAHLSWIPER_RELEASE_STORE_PASSWORD
keyAlias WAHLSWIPER_RELEASE_KEY_ALIAS
keyPassword WAHLSWIPER_RELEASE_KEY_PASSWORD
}
}
}*/
}
splits {
abi {
Expand All @@ -177,7 +177,7 @@ android {
release {
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
signingConfig signingConfigs.release
//signingConfig signingConfigs.release
}
}
// applicationVariants are e.g. debug, release
Expand Down

0 comments on commit b9c4cfa

Please sign in to comment.