Skip to content

Commit

Permalink
Merge pull request #99 from joelkanyi/app-installation
Browse files Browse the repository at this point in the history
remove signing configs
  • Loading branch information
joelkanyi authored Jul 3, 2024
2 parents 5dabafb + 9a98c12 commit 915f86a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ android {
}
}

signingConfigs {
register("release") {
storeFile = file("../keystore/key")
keyAlias = "key0"
keyPassword = "muviz@2022"
storePassword = "muviz@2022"
}
}

buildTypes {
debug {
versionNameSuffix = " - debug-1"
Expand All @@ -75,7 +66,6 @@ android {

// PATCH_VERSION_CODE is always -1 for release builds.
buildConfigField("int", "PATCH_VERSION_CODE", "-1")
signingConfig = signingConfigs.getByName("release")

val apiKey: String = gradleLocalProperties(rootDir, providers).getProperty("API_KEY") ?: ""
buildConfigField("String", "API_KEY", "\"$apiKey\"")
Expand Down

0 comments on commit 915f86a

Please sign in to comment.