广告模块已转移到AES项目。现在精简源码,保持基础源码结构精简。

This commit is contained in:
ZhanGSKen
2025-11-18 15:04:41 +08:00
parent 53c871d61d
commit f26c1ed0ef
5 changed files with 4 additions and 78 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Nov 17 13:13:22 GMT 2025
#Tue Nov 18 07:02:48 GMT 2025
stageCount=1
libraryProject=libappbase
baseVersion=15.11
publishVersion=15.11.0
buildCount=6
buildCount=7
baseBetaVersion=15.11.1

View File

@@ -63,15 +63,5 @@
</ScrollView>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="ADs Demo"/>
<cc.winboll.studio.libappbase.ads.ADsBannerView
android:layout_width="match_parent"
android:layout_height="500dp"
android:id="@+id/adsbanner"/>
</LinearLayout>