update template file

This commit is contained in:
pengfei.zhou 2021-12-09 16:56:33 +08:00 committed by osborn
parent 68d9d10b11
commit b6e563e830
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="pub.doric.android.library">
package="pub.doric.android.library.__$__">
</manifest>

View File

@ -115,6 +115,7 @@ async function modifyContent(cwd: string, name: string) {
const dealingFiles = [
"package.json",
"rollup.config.js",
"android/src/main/AndroidManifest.xml",
"android/src/main/java/pub/doric/library/TemplateLibrary.java",
"iOS/Classes/TemplateLibrary.h",
"iOS/Classes/TemplateLibrary.m",