|
|
@@ -14,7 +14,7 @@ module.exports = function (context) {
|
|
|
"platforms",
|
|
|
"android",
|
|
|
"cordova-plugin-code-push",
|
|
|
- "test-build-extras.gradle"
|
|
|
+ `${appConfig.packageName().split('.').slice(-1)[0]}-build-extras.gradle`
|
|
|
);
|
|
|
let content = fs.readFileSync(file).toString();
|
|
|
let lines = content.split("\n");
|