Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Dec 14, 2023
1 parent d4644f7 commit 3174775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ android {
release {
keyAlias keystoreProperties['keyAlias']
keyPassword keystoreProperties['keyPassword']
storeFile storeFile = file('release-key.jks')
storeFile = file('release-key.jks')
storePassword keystoreProperties['storePassword']
}
}
Expand Down

0 comments on commit 3174775

Please sign in to comment.