V1.0.0(1) 应用名更改为AR Drawing

This commit is contained in:
lihongwei 2024-11-15 16:42:49 +08:00
parent c5763c9168
commit 29a312a4f9
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ android {
targetSdk = 34
versionCode = 1
versionName = "1.0.0"
setProperty("archivesBaseName", "AR Trace Studio" + versionName + "(${versionCode})_$timestamp")
setProperty("archivesBaseName", "AR Drawing" + versionName + "(${versionCode})_$timestamp")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,5 +1,5 @@
<resources>
<string name="app_name">AR Trace Studio</string>
<string name="app_name">AR Drawing</string>
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="favorite">Favorite</string>