CB-10014: Set gradle applicationId to package name.

This closes 247
This commit is contained in:
Darryl Pogue
2015-12-21 14:53:49 -08:00
committed by Joe Bowser
parent b6a329d479
commit fb9cf60c41
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -163,6 +163,8 @@ android {
defaultConfig {
versionCode cdvVersionCode ?: Integer.parseInt("" + privateHelpers.extractIntFromManifest("versionCode") + "0")
applicationId privateHelpers.extractStringFromManifest("package")
if (cdvMinSdkVersion != null) {
minSdkVersion cdvMinSdkVersion
}