This commit is contained in:
Anuken
2020-10-09 19:10:16 -04:00
parent 5455ef4361
commit 5a31d419fc
2 changed files with 54 additions and 53 deletions

View File

@ -110,8 +110,8 @@ android{
}
if(project.hasProperty("RELEASE_STORE_FILE") || System.getenv("CI") == "true"){
buildTypes {
release {
buildTypes{
release{
signingConfig signingConfigs.release
}
}