Skip to content

Commit

Permalink
Create fake debug SigningConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Aug 11, 2023
1 parent bb3efc6 commit c6624d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catalog/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ android {
)
}
signingConfigs {
create("debug")
create("release") {
val keystore = rootProject.file("keystore.properties")
if (!keystore.exists()) return@create initWith(getByName("debug"))
Expand Down

0 comments on commit c6624d8

Please sign in to comment.