Skip to content

Commit

Permalink
small fix for build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Donatas Puidokas authored and ewanas committed Jul 13, 2022
1 parent 2858d36 commit ef7105d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ if (project.hasProperty("AndroidProject.signing")){
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
} else {
println 'key.properties file not found'
android.buildTypes.release.signingConfig = null
}
} else {
println "AndroidProject.signing is not defined"
Expand Down

0 comments on commit ef7105d

Please sign in to comment.