|
|
@@ -1,4 +1,5 @@
|
|
|
apply plugin: 'com.android.application'
|
|
|
+apply plugin: 'com.github.zellius.shortcut-helper'
|
|
|
|
|
|
android {
|
|
|
/*******************************************************
|
|
|
@@ -102,6 +103,8 @@ android {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+shortcutHelper.filePath = "../shortcuts.xml"
|
|
|
+
|
|
|
def SigningPropertiesPath(final basePath, final signingConfigKey) {
|
|
|
return file("${basePath}/${signingConfigKey}.properties")
|
|
|
}
|