Skip to content

Commit

Permalink
Add signature
Browse files Browse the repository at this point in the history
  • Loading branch information
428571c committed Jun 2, 2024
1 parent 349c37d commit 714ade2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added app/ApkSigner.jks
Binary file not shown.
11 changes: 11 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,23 @@ android {
}
}
}
signingConfigs {
debug {
storeFile file('ApkSigner.jks')
storePassword '123456'
keyAlias '123456'
keyPassword '123456'
}
}
buildTypes {
release {
minifyEnabled true
zipAlignEnabled true
shrinkResources true
}
debug {
signingConfig signingConfigs.debug
}
}
externalNativeBuild {
cmake {
Expand Down

0 comments on commit 714ade2

Please sign in to comment.