合并 AES 项目
This commit is contained in:
@@ -21,6 +21,11 @@ android {
|
||||
}
|
||||
|
||||
// 米盟 SDK
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_7
|
||||
targetCompatibility JavaVersion.VERSION_1_7
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
doNotStrip "*/*/libmimo_1011.so"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Tue May 12 13:11:09 HKT 2026
|
||||
stageCount=4
|
||||
#Sun May 17 20:53:39 HKT 2026
|
||||
stageCount=5
|
||||
libraryProject=libaes
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.3
|
||||
publishVersion=15.20.4
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.4
|
||||
baseBetaVersion=15.20.5
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"
|
||||
android:layout_marginTop="0dp"> <!-- 移除顶部多余间距 -- android:background="@drawable/bg_container_border">
|
||||
android:layout_marginTop="0dp"> <!-- 移除顶部多余间距 - android:background="@drawable/bg_container_border" -->
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_winboll_store"
|
||||
|
||||
@@ -28,6 +28,6 @@
|
||||
<color name="toolbarTextColor">#FFFFFFFF</color>
|
||||
<color name="mainWindowBackgroundColor">#FF2C2C2C</color>
|
||||
<color name="mainWindowTextColor">#FFFFFFFF</color>
|
||||
<color name="debugTextColor">#FFFF0000</color>
|
||||
<color name="debugTextColor">#FFAAAAAA</color>
|
||||
|
||||
</resources>
|
||||
@@ -28,6 +28,6 @@
|
||||
<color name="toolbarTextColor">#FFFFFFFF</color>
|
||||
<color name="mainWindowBackgroundColor">#FFFFFFFF</color>
|
||||
<color name="mainWindowTextColor">#FF000000</color>
|
||||
<color name="debugTextColor">#FFFF0000</color>
|
||||
<color name="debugTextColor">#FF808080</color>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user