Skip to content

Commit

Permalink
Add Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitjakhar committed Jul 1, 2021
1 parent 2b596a9 commit d955080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ android {
signingConfigs {
release {
storeFile file('/home/rohit/Documents/Quizzon/quizzonkey.jks')
storePassword storePassword
keyAlias keyAlias
keyPassword keyPassword
storePassword 'your-store-password'
keyAlias 'key'
keyPassword 'keypassword'
}
}
compileSdkVersion 30
Expand Down

0 comments on commit d955080

Please sign in to comment.