Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitjakhar committed Jul 1, 2021
1 parent 6f85a83 commit 2699a13
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ plugins {
}

android {
signingConfigs {
release {
storeFile file('/home/rohit/Documents/Quizzon/quizzonkey.jks')
storePassword storePassword
keyAlias keyAlias
keyPassword keyPassword
}
}
compileSdkVersion 30
buildToolsVersion "30.0.3"

Expand Down
Binary file removed app/release/app-release.aab
Binary file not shown.
Binary file modified app/release/app-release.apk
Binary file not shown.

0 comments on commit 2699a13

Please sign in to comment.