fix: 修复libaes模块Java 7兼容性问题及XML注释语法错误
- 为libaes添加compileOptions,指定Java 7源码与目标兼容级别 - 修复view_adscontrol.xml中XML注释包含非法"--"及缺少关闭符的问题 - 更新aes与libaes的build.properties编译计数
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Tue May 12 13:11:28 HKT 2026
|
#Sun May 17 20:29:08 CST 2026
|
||||||
stageCount=4
|
stageCount=4
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.3
|
publishVersion=15.20.3
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.20.4
|
baseBetaVersion=15.20.4
|
||||||
|
|||||||
@@ -21,6 +21,11 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 米盟 SDK
|
// 米盟 SDK
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility JavaVersion.VERSION_1_7
|
||||||
|
targetCompatibility JavaVersion.VERSION_1_7
|
||||||
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
doNotStrip "*/*/libmimo_1011.so"
|
doNotStrip "*/*/libmimo_1011.so"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Tue May 12 13:11:09 HKT 2026
|
#Sun May 17 20:29:08 CST 2026
|
||||||
stageCount=4
|
stageCount=4
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.3
|
publishVersion=15.20.3
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.20.4
|
baseBetaVersion=15.20.4
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:layout_marginTop="0dp"> <!-- 移除顶部多余间距 -- android:background="@drawable/bg_container_border">
|
android:layout_marginTop="0dp"> <!-- 移除顶部多余间距 - android:background="@drawable/bg_container_border" -->
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_winboll_store"
|
android:id="@+id/iv_winboll_store"
|
||||||
|
|||||||
Reference in New Issue
Block a user