编译配置完成

This commit is contained in:
2026-07-01 15:53:23 +08:00
parent 42dbfb4238
commit c9e16a9a1e
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -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>
+3
View File
@@ -0,0 +1,3 @@
// MyWinBoLL 项目编译设置
include ':mywinboll'
rootProject.name = "mywinboll"