Skip to content

Commit

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

create("play") {

0 comments on commit 7d7f01d

Please sign in to comment.