Skip to content

Commit

Permalink
Added the choice to use Administration Mode instead of Accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolettieri committed Jan 14, 2021
1 parent 2f5c995 commit 5f138ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
android {
signingConfigs {
config {
storeFile keystoreProperties["storeFile"]
keyAlias keystoreProperties["alias"]
storeFile file(keystoreProperties["storeFile"])
keyAlias keystoreProperties["keyAlias"]
keyPassword keystoreProperties["storePassword"]
storePassword keystoreProperties["storePassword"]

Expand Down

0 comments on commit 5f138ff

Please sign in to comment.