改名为Auto Clicker Demo

This commit is contained in:
lihongwei 2025-05-06 14:26:21 +08:00
parent c7d8087b3e
commit 95417581bc
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<resources>
<string name="app_name">Auto Clicker</string>
<string name="app_name">Auto Clicker Demo</string>
<string name="accessibility_service_description">This service enables auto-clicking on the screen.</string>
<string name="start_button">Start AutoClicker</string>
<string name="show_floating_window">显示悬浮窗</string>

View File

@ -19,6 +19,6 @@ dependencyResolutionManagement {
}
}
rootProject.name = "Auto Clicker"
rootProject.name = "Auto Clicker Demo"
include(":app")