Skip to content

Commit

Permalink
chore(Android): Disable v1 signing (#6140)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello authored Feb 17, 2025
1 parent 53e4ea3 commit 2d06cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ android {

signingConfigs {
release {
v1SigningEnabled false
if (project.hasProperty('KEYSTORE')) {
storeFile file(KEYSTORE)
storePassword KEYSTORE_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {

ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 23
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "25.1.8937393"
Expand Down

0 comments on commit 2d06cd3

Please sign in to comment.