Skip to content

Commit

Permalink
Added keystores
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-minaiev-frontegg committed Nov 11, 2024
1 parent 0e7d36a commit eb2b0b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added .github/test-jks/debug.keystore
Binary file not shown.
Binary file added .github/test-jks/release.keystore
Binary file not shown.
10 changes: 10 additions & 0 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ android {
buildConfigField "Boolean", 'FRONTEGG_USE_CHROME_CUSTOM_TABS', "true"
}

signingConfigs {
debug {
storeFile file("./../../../.github/test-jks/debug.keystore")
}

release {
storeFile file("./../../../.github/test-jks/release.keystore")
}
}

buildTypes {
release {
signingConfig signingConfigs.debug
Expand Down

0 comments on commit eb2b0b5

Please sign in to comment.