Skip to content

Commit

Permalink
release build removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham Sharma authored and Saksham Sharma committed Jan 30, 2024
1 parent 9c02f33 commit efc241c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ plugins {
}

android {
signingConfigs {
create("release") {
storeFile = file("/Users/sakshamsharma/Projects/MoodJournal/app/Untitled")
storePassword = "12345678"
keyAlias = "MoodJournalKey"
keyPassword = "12345678"
}
}
namespace = "com.saksham.jetpack.moodjournal"
compileSdk = 34

Expand All @@ -43,10 +35,9 @@ android {
"proguard-rules.pro"
)
testProguardFiles("test-proguard-rules.pro")
signingConfig = signingConfigs.getByName("release")
}
getByName("debug") {
versionNameSuffix = "Debug"
isDebuggable = true
}
}
compileOptions {
Expand Down

0 comments on commit efc241c

Please sign in to comment.