updated build script

This commit is contained in:
Mariotaku Lee 2015-11-22 23:42:54 +08:00
parent 45980ff53d
commit 10c1b2986c
1 changed files with 1 additions and 3 deletions

View File

@ -52,10 +52,8 @@ subprojects {
}
}
project.plugins.withId('com.android.application') {
if (project.plugins.hasPlugin('com.android.application')) {
android {
signingConfigs {
debug {
File signingPropFile = rootProject.file('signing.properties')