diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml
index f01ba1a..ef475d6 100644
--- a/.idea/deploymentTargetSelector.xml
+++ b/.idea/deploymentTargetSelector.xml
@@ -272,6 +272,10 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 9c6adbe..e654e74 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -24,6 +24,7 @@
+
diff --git a/apks/auplayxdgkldfgldffdg.apk b/apks/auplayxdgkldfgldffdg.apk
index c682a0d..c18fd61 100644
Binary files a/apks/auplayxdgkldfgldffdg.apk and b/apks/auplayxdgkldfgldffdg.apk differ
diff --git a/apks/bng33.apk b/apks/bng33.apk
new file mode 100644
index 0000000..5fbcb28
Binary files /dev/null and b/apks/bng33.apk differ
diff --git a/apks/sg99live.apk b/apks/sg99live.apk
new file mode 100644
index 0000000..74b83fd
Binary files /dev/null and b/apks/sg99live.apk differ
diff --git a/bng33/build.gradle b/bng33/build.gradle
index 9125155..a544abe 100644
--- a/bng33/build.gradle
+++ b/bng33/build.gradle
@@ -3,7 +3,7 @@ plugins {
id 'com.google.gms.google-services'
}
-def appOutPutName = "live22"
+def appOutPutName = "bng33"
android {
namespace rootProject.ext.namespace
@@ -15,18 +15,18 @@ android {
versionName rootProject.ext.versionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
- applicationId "com.daidn.live22"
+ applicationId "com.shduada.bng33"
//app大背景色
- resValue('color', 'windows_color', '#440F6F')
+ resValue('color', 'windows_color', '#131313')
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
- resValue('color', 'style_color', '#360B58')
+ resValue('color', 'style_color', '#131313')
//app 名字
- resValue('string', 'app_name', 'LIVE22')
+ resValue('string', 'app_name', 'BNG33')
buildConfigField "String", "BASE_URL", "\"https://live22x.com/\""
- buildConfigField "int", "USERID", "262"
+ buildConfigField "int", "USERID", "282"
buildConfigField "boolean", "IS_WHITE", "false"
buildConfigField "boolean", "IS_ROUND", "true"
buildConfigField "int", "ROUND_RADIUS", "10"
diff --git a/bng33/src/main/res/mipmap-xxhdpi/app_logo.jpg b/bng33/src/main/res/mipmap-xxhdpi/app_logo.jpg
index 6dde113..ab5bcbf 100644
Binary files a/bng33/src/main/res/mipmap-xxhdpi/app_logo.jpg and b/bng33/src/main/res/mipmap-xxhdpi/app_logo.jpg differ
diff --git a/build.gradle b/build.gradle
index 9973208..c3ae456 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,8 +10,8 @@ plugins {
ext {
outputPath = "${project.rootDir}/apks"
- versionCode = 137
- versionName = "v1.3.7"
+ versionCode = 138
+ versionName = "v1.3.8"
namespace = "com.webclip.base"
JAVA_VERSION = JavaVersion.VERSION_17
}
\ No newline at end of file
diff --git a/settings.gradle b/settings.gradle
index c752361..6e588a4 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -67,4 +67,5 @@ include ':be9au'//148
include ':uu3au'//194
include ':u8888aud'//70
include ':sg99live'//279
-include ':pokiesplay'//280
\ No newline at end of file
+include ':pokiesplay'//280
+include ':bng33'//282
\ No newline at end of file
diff --git a/sg99live/build.gradle b/sg99live/build.gradle
index 73b5d8e..926112d 100644
--- a/sg99live/build.gradle
+++ b/sg99live/build.gradle
@@ -3,7 +3,7 @@ plugins {
id 'com.google.gms.google-services'
}
-def appOutPutName = "sg98live"
+def appOutPutName = "sg99live"
android {
namespace rootProject.ext.namespace
@@ -22,7 +22,7 @@ android {
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
resValue('color', 'style_color', '#FAFAFA')
//app 名字
- resValue('string', 'app_name', 'SG98LIVE')
+ resValue('string', 'app_name', 'SG99LIVE')
buildConfigField "String", "BASE_URL", "\"https://live22x.com/\""