Skip to content

Commit

Permalink
chore: remove signing config on master
Browse files Browse the repository at this point in the history
  • Loading branch information
dheshanm committed Apr 14, 2023
1 parent 2ec2c5a commit eb617a2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ plugins {
}

android {
signingConfigs {
getByName("debug") {
storeFile = file(System.getenv("ANDROID_KEYSTORE_FILE"))
storePassword = System.getenv("ANDROID_KEYSTORE_PASSWORD")
keyAlias = System.getenv("ANDROID_KEY_ALIAS")
keyPassword = System.getenv("ANDROID_KEY_PASSWORD")
}
}
namespace = "com.mohandass.botforge"
compileSdk = 33

Expand All @@ -41,7 +33,6 @@ android {
versionName = "1.2.6"

vectorDrawables.useSupportLibrary = true
signingConfig = signingConfigs.getByName("debug")

javaCompileOptions {
annotationProcessorOptions {
Expand Down

0 comments on commit eb617a2

Please sign in to comment.