把应用统一资源配置属性放到类库,方便其他应用统一调用。

This commit is contained in:
2026-05-11 01:29:32 +08:00
parent 3669a96768
commit 436e92702f
5 changed files with 7 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sun May 10 15:40:06 CST 2026
#Sun May 10 17:28:24 GMT 2026
stageCount=1
libraryProject=libappbase
baseVersion=15.20
publishVersion=15.20.0
buildCount=2
buildCount=4
baseBetaVersion=15.20.1

View File

@@ -10,7 +10,7 @@
android:theme="@style/MyAPPBaseTheme"
android:resizeableActivity="true"
android:process=":App"
android:sharedUserId="cc.winboll.studio"
android:sharedUserId="@string/shared_user_id"
android:sharedUserLabel="@string/shared_user_label">
<activity

View File

@@ -6,5 +6,4 @@
<string name="app_debug">Click here is switch to APP DEBUG</string>
<string name="gitea_home">GITEA HOME</string>
<string name="app_update">APP UPDATE</string>
<string name="shared_user_label">studio@winboll.cc</string>
</resources>

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sun May 10 15:40:06 CST 2026
#Sun May 10 17:28:24 GMT 2026
stageCount=1
libraryProject=libappbase
baseVersion=15.20
publishVersion=15.20.0
buildCount=2
buildCount=4
baseBetaVersion=15.20.1

View File

@@ -3,4 +3,6 @@
<string name="lib_name">libappbase</string>
<string name="hello_world">Hello, world!</string>
<string name="shared_user_id">cc.winboll.studio</string>
<string name="shared_user_label">studio@winboll.cc</string>
</resources>