Skip to content

Commit

Permalink
Fixing java fucking idiocy
Browse files Browse the repository at this point in the history
  • Loading branch information
intoinside committed Feb 4, 2024
1 parent 3a6c746 commit 5029af0
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 @@ -67,7 +67,7 @@ android {
}
buildTypes {
release {
File file = new File(keystoreProperties['storeFile'])
File file = new File((String)keystoreProperties['storeFile'])
if (file.exists()) {
print "Sign key found"
signingConfig signingConfigs.release
Expand Down

0 comments on commit 5029af0

Please sign in to comment.