Skip to content

Commit

Permalink
[#503] Update new project script prefix xml template name
Browse files Browse the repository at this point in the history
  • Loading branch information
thiennguyen0196 committed Sep 14, 2023
1 parent be36a55 commit 1c6f470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/new_project.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object NewProject {
private const val TEMPLATE_PACKAGE_NAME_COMPOSE = "co.nimblehq.template.compose"
private const val TEMPLATE_XML = "xml"
private const val TEMPLATE_COMPOSE = "compose"
private const val TEMPLATE_FOLDER_NAME_XML = "template-xml"
private const val TEMPLATE_FOLDER_NAME_XML = "deprecated/template-xml"
private const val TEMPLATE_FOLDER_NAME_COMPOSE = "template-compose"

private const val VERSION_FILE_NAME = "version.properties"
Expand Down

0 comments on commit 1c6f470

Please sign in to comment.