Skip to content

Commit

Permalink
πŸ’š Use signingconfig for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Importantus committed Aug 23, 2024
1 parent 692dc01 commit a561d9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ android {
buildTypes {
release {
isMinifyEnabled = false
signingConfig = signingConfigs.getByName("release")
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand Down

0 comments on commit a561d9d

Please sign in to comment.