Skip to content

Commit d0adcf7

Browse files
authored
Merge branch 'develop' into ModifierApplyIfExtension
2 parents 0c24608 + a26b6bb commit d0adcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rename-project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
folder = Path(os.path.abspath(os.path.dirname(__file__))).parent.as_posix()
1111

1212
oldPackageName = "template"
13-
oldProjectName = "TemplateAndroid"
13+
oldProjectName = "Template"
1414

1515
print("Enter new project name:")
1616
newProjectName = input()

0 commit comments

Comments
 (0)