mirror of
https://gitea.winboll.cc/ZhanGSKen/MyWinBoLL.git
synced 2026-08-14 05:27:11 +08:00
编译配置完成
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Wed Jun 24 08:11:15 CST 2026
|
||||
#Wed Jul 01 07:51:25 GMT 2026
|
||||
stageCount=0
|
||||
libraryProject=
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.0
|
||||
buildCount=0
|
||||
buildCount=4
|
||||
baseBetaVersion=15.20.1
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="AndroidX Demo"
|
||||
android:text="MyWinBoLL"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
// MyWinBoLL 项目编译设置
|
||||
include ':mywinboll'
|
||||
rootProject.name = "mywinboll"
|
||||
Reference in New Issue
Block a user