diff --git a/build.gradle b/build.gradle
index 30b71e70..d009cc65 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,15 +5,6 @@ buildscript {
// 设置本地Maven仓库路径
url 'file:///sdcard/.m2/repository/'
}
-
- //米盟通过maven接入时,要做如下配置
- maven {
- url "https://repos.xiaomi.com/maven"
- credentials {
- username 'mimo-developer'
- password 'AKCp8ih1PFG9tV8qaLyws67dLGZi8udFM39SfsHgihN15cgsiRvHuxj8JzFmuZjaViVeNawaA'
- }
- }
// Nexus Maven 库地址
// "WinBoLL Release"
@@ -51,15 +42,6 @@ allprojects {
url 'file:///sdcard/.m2/repository/'
}
- //米盟通过maven接入时,要做如下配置
- maven {
- url "https://repos.xiaomi.com/maven"
- credentials {
- username 'mimo-developer'
- password 'AKCp8ih1PFG9tV8qaLyws67dLGZi8udFM39SfsHgihN15cgsiRvHuxj8JzFmuZjaViVeNawaA'
- }
- }
-
// Nexus Maven 库地址
// "WinBoLL Release"
maven { url "https://nexus.winboll.cc/repository/maven-public/" }
diff --git a/powerbell/build.gradle b/powerbell/build.gradle
index 196ea448..a4a5b862 100644
--- a/powerbell/build.gradle
+++ b/powerbell/build.gradle
@@ -53,6 +53,7 @@ android {
}
dependencies {
+
// 米盟
implementation 'com.miui.zeus:mimo-ad-sdk:5.3.+'//请使用最新版sdk
//注意:以下5个库必须要引入
@@ -61,24 +62,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.github.bumptech.glide:glide:4.9.0'
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
-
- //--------------aar依赖-----------
- /*implementation(name: 'mimo-ad-sdk', ext: 'aar')
- //--------------Maven依赖-----------
- //implementation 'com.miui.zeus:mimo-ad-sdk:5.3.2'
-
- //注意:以下5个库必须要引入
- implementation "androidx.appcompat:appcompat:1.2.0"
- implementation 'com.google.code.gson:gson:2.8.5'
- implementation 'androidx.recyclerview:recyclerview:1.0.0'
- implementation 'com.github.bumptech.glide:glide:4.9.0'
- //annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
-
- implementation "androidx.navigation:navigation-ui:2.3.5"
- implementation 'androidx.multidex:multidex:2.0.1'
- //debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
- */
// 应用介绍页类库
api 'io.github.medyo:android-about-page:2.0.0'
// SSH
@@ -99,7 +83,7 @@ dependencies {
//api 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
//api 'androidx.fragment:fragment:1.1.0'
- implementation 'cc.winboll.studio:libaes:15.11.1'
+ implementation 'cc.winboll.studio:libaes:15.11.4'
implementation 'cc.winboll.studio:libappbase:15.11.0'
//api fileTree(dir: 'libs', include: ['*.aar'])
diff --git a/powerbell/build.properties b/powerbell/build.properties
index 6b08fcf3..3e7ff0fc 100644
--- a/powerbell/build.properties
+++ b/powerbell/build.properties
@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
-#Tue Nov 18 17:03:32 HKT 2025
+#Wed Nov 19 01:05:53 GMT 2025
stageCount=3
libraryProject=
baseVersion=15.11
publishVersion=15.11.2
-buildCount=0
+buildCount=5
baseBetaVersion=15.11.3
diff --git a/powerbell/src/main/AndroidManifest.xml b/powerbell/src/main/AndroidManifest.xml
index 24cd5416..af149d28 100644
--- a/powerbell/src/main/AndroidManifest.xml
+++ b/powerbell/src/main/AndroidManifest.xml
@@ -4,20 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
package="cc.winboll.studio.powerbell">
- //米盟必要权限配置
-
-
-
-
-
- //以下为非必要权限配置,可以不申请,当您使用的米盟SDK版本大于等于5.3.1时可以选择性添加如下权限
-
-
-
-
-
-
-
@@ -77,8 +63,7 @@
android:resizeableActivity="true"
android:requestLegacyExternalStorage="true"
android:usesCleartextTraffic="true"
- tools:ignore="GoogleAppIndexingWarning"
- android:networkSecurityConfig="@xml/network_security_config">
+ tools:ignore="GoogleAppIndexingWarning">
-
-
-
-
-
-
-
-
-
-