Skip to content

Commit

Permalink
enable generation of v4 APK signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
muhomorr committed Sep 3, 2024
1 parent bc48eef commit 5ec13a6
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 @@ -27,6 +27,7 @@ android {
storePassword = keystoreProperties["storePassword"] as String
keyAlias = keystoreProperties["keyAlias"] as String
keyPassword = keystoreProperties["keyPassword"] as String
enableV4Signing = true
}

create("play") {
Expand Down

0 comments on commit 5ec13a6

Please sign in to comment.