Splitting of building+mining into separate traits

This commit is contained in:
Anuken
2019-06-12 14:03:50 -04:00
parent dc3c27297f
commit 0aee75c1c1
10 changed files with 379 additions and 270 deletions
+5 -3
View File
@@ -113,9 +113,11 @@ android{
}
}
buildTypes{
release{
signingConfig signingConfigs.release
if(project.hasProperty("RELEASE_STORE_FILE")) {
buildTypes {
release {
signingConfig signingConfigs.release
}
}
}
}