update template file
This commit is contained in:
parent
68d9d10b11
commit
b6e563e830
@ -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>
|
@ -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",
|
||||
|
Reference in New Issue
Block a user