把应用统一资源配置属性放到类库,方便其他应用统一调用。
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user