迁移仓库

This commit is contained in:
xuhuixiang
2026-02-24 09:59:59 +08:00
parent ad722304bf
commit 2a9510baf9
98 changed files with 2573 additions and 1790 deletions

View File

@@ -49,11 +49,11 @@ android {
applicationId = "com.hbl.yuliao"
minSdk = 24
targetSdk = 33
versionCode = 217
versionName = "2.1.7"
versionCode = 102
versionName = "1.0.2"
multiDexEnabled = true
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
manifestPlaceholders["IMAPPKEY"] = "23c9cbddd4b876908efdccd0a6f2638d" //正式
manifestPlaceholders["IMAPPKEY"] = "4a2fd910e1dd63ece3b80a0b371af93f" //正式
manifestPlaceholders["JPUSH_PKGNAME"] = "com.hbl.yuliao"
manifestPlaceholders["JPUSH_APPKEY"] = "9041bc22de91e3d9af3cfd23"
@@ -61,6 +61,7 @@ android {
ndk {
abiFilters += listOf("armeabi-v7a", "arm64-v8a")
// abiFilters += listOf("x86","x86_64","armeabi","armeabi-v7a","arm64-v8a")
// abiFilters += listOf("armeabi-v7a")
}
@@ -98,12 +99,12 @@ android {
buildConfigField(
"String",
"AREA_CODE",
"\"+86\""
"\"+60\""
)
// manifestPlaceholders["APPICON"] = "@mipmap/ic_launche" //正式
// manifestPlaceholders["APPICON_ROUND"] = "@mipmap/ic_launche_round" //正式
//正式服
manifestPlaceholders["IMAPPKEY"] = "23c9cbddd4b876908efdccd0a6f2638d" //正式
manifestPlaceholders["IMAPPKEY"] = "4a2fd910e1dd63ece3b80a0b371af93f" //正式
}
@@ -125,12 +126,12 @@ android {
buildConfigField(
"String",
"AREA_CODE",
"\"+86\""
"\"+60\""
)
// manifestPlaceholders["APPICON"] = "@mipmap/ic_launche" //正式
// manifestPlaceholders["APPICON_ROUND"] = "@mipmap/ic_launche_round" //正式
manifestPlaceholders["IMAPPKEY"] = "23c9cbddd4b876908efdccd0a6f2638d"
manifestPlaceholders["IMAPPKEY"] = "4a2fd910e1dd63ece3b80a0b371af93f"
}
@@ -195,7 +196,15 @@ dependencies {
implementation(project(":fingermanager"))
// implementation(project(":call_sw"))
implementation("com.netease.yunxin.kit.call:call-ui:1.8.2") //呼叫组件 UI 包
implementation("com.netease.yunxin.kit.call:call-ui:1.8.2"){
exclude(group = "com.netease.nimlib")
exclude(group = "com.netease.yunxin", module = "nertc-base")
}
implementation ("com.netease.yunxin.kit.call:call:1.8.2") // 基础组件包不含UI 集成时请导入这个包
// implementation("com.netease.yunxin.kit.call:call-ui:2.1.0") // 含 UI 集成时,请导入这个包
api("com.netease.nimlib:avsignalling:9.11.0") //呼叫组件 依赖信令包
api("com.netease.nimlib:basesdk:9.11.0") //IM SDK
// api("com.netease.nimlib:push:9.19.11")
@@ -263,7 +272,7 @@ dependencies {
implementation("com.github.iwgang:simplifyspan:2.1")
// implementation("io.github.hariprasanths:bounceview-android:0.2.0")
// implementation("com.contrarywind:Android-PickerView:4.1.9")
// implementation("com.aliyun.dpa:oss-android-sdk:2.9.13")
implementation("com.aliyun.dpa:oss-android-sdk:2.9.13")
implementation("com.github.jenly1314:zxing-lite:2.1.1")
implementation("com.blankj:utilcodex:1.31.0")
implementation("com.github.jenly1314.AppUpdater:app-updater:1.1.3")