refactor: simplify config files

This commit is contained in:
2024-01-02 02:17:42 +08:00
parent ea27593724
commit b9b5193da9
4 changed files with 3 additions and 27 deletions

View File

@@ -1,9 +1,5 @@
{
"__PROJECT_NAME__": "android-app-demo",
"__APP_NAME__": "Android App Demo",
"__PROJECT_DESCRIPTION__": "This is a simple Android app demo.",
"__PROJECT_URL__": "https://github.com/BetterAndroid/android-app-template",
"__PACKAGE_NAME__": "com.highcapable.androidappdemo",
"__LICENCE_NAME__": "Apache License 2.0",
"__LICENCE_URL__": "https://github.com/BetterAndroid/android-app-template/blob/main/LICENSE"
"__PACKAGE_NAME__": "com.highcapable.androidappdemo"
}