Skip to content

Commit

Permalink
Update signing config
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed May 6, 2021
1 parent 291c534 commit 8616f1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ android {
keyPassword 'frames'
storeFile file('frames.jks')
storePassword 'frames'
v1SigningEnabled true
v2SigningEnabled true
enableV1Signing true
enableV2Signing true
enableV3Signing true
enableV4Signing true
}
}

Expand Down

0 comments on commit 8616f1a

Please sign in to comment.