This commit is contained in:
yuqian 2025-12-10 15:37:23 +08:00
parent 880af6d93d
commit 53202be417
4 changed files with 4 additions and 3 deletions

1
.idea/.name generated Normal file
View File

@ -0,0 +1 @@
ZenSpace

View File

@ -4,7 +4,7 @@
<selectionStates> <selectionStates>
<SelectionState runConfigName="app"> <SelectionState runConfigName="app">
<option name="selectionMode" value="DROPDOWN" /> <option name="selectionMode" value="DROPDOWN" />
<DropdownSelection timestamp="2025-12-10T06:43:19.331679300Z"> <DropdownSelection timestamp="2025-12-10T07:10:42.729550400Z">
<Target type="DEFAULT_BOOT"> <Target type="DEFAULT_BOOT">
<handle> <handle>
<DeviceId pluginId="PhysicalDevice" identifier="serial=659PX8INFIUKHYXK" /> <DeviceId pluginId="PhysicalDevice" identifier="serial=659PX8INFIUKHYXK" />

View File

@ -21,7 +21,7 @@ android {
minSdk = 26 minSdk = 26
targetSdk = 36 targetSdk = 36
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "2.0"
setProperty( setProperty(
"archivesBaseName", "archivesBaseName",
"ZenSpace_V" + versionName + "_${versionCode}_$timestamp" "ZenSpace_V" + versionName + "_${versionCode}_$timestamp"

View File

@ -6,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html # http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process. # Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings. # The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# When configured, Gradle will run in incubating parallel mode. # When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. For more details, visit # This option should only be used with decoupled projects. For more details, visit
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects # https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects