第一次提交
This commit is contained in:
@@ -10,6 +10,8 @@ plugins {
|
||||
id("com.android.application")
|
||||
id("com.google.gms.google-services")
|
||||
id("com.huawei.agconnect")
|
||||
id("kotlin-android")
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -44,17 +46,16 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
manifestPlaceholders += mapOf()
|
||||
applicationId = "com.hbl.lewan"
|
||||
applicationId = "com.hbl.yuliao"
|
||||
minSdk = 24
|
||||
targetSdk = 33
|
||||
versionCode = 216
|
||||
versionName = "2.1.6"
|
||||
versionCode = 217
|
||||
versionName = "2.1.7"
|
||||
multiDexEnabled = true
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
manifestPlaceholders["IMAPPKEY"] = "23c9cbddd4b876908efdccd0a6f2638d" //正式
|
||||
// manifestPlaceholders["IMAPPKEY"] = "502a1d045bb802c75dd14a005a731256" //测试
|
||||
|
||||
manifestPlaceholders["JPUSH_PKGNAME"] = "com.hbl.lewan"
|
||||
manifestPlaceholders["JPUSH_PKGNAME"] = "com.hbl.yuliao"
|
||||
manifestPlaceholders["JPUSH_APPKEY"] = "9041bc22de91e3d9af3cfd23"
|
||||
manifestPlaceholders["JPUSH_CHANNEL"] = "developer-default"
|
||||
ndk {
|
||||
@@ -99,9 +100,8 @@ android {
|
||||
"AREA_CODE",
|
||||
"\"+86\""
|
||||
)
|
||||
manifestPlaceholders["APPICON"] = "@mipmap/ic_launche" //正式
|
||||
manifestPlaceholders["APPICON_ROUND"] = "@mipmap/ic_launche_round" //正式
|
||||
|
||||
// manifestPlaceholders["APPICON"] = "@mipmap/ic_launche" //正式
|
||||
// manifestPlaceholders["APPICON_ROUND"] = "@mipmap/ic_launche_round" //正式
|
||||
//正式服
|
||||
manifestPlaceholders["IMAPPKEY"] = "23c9cbddd4b876908efdccd0a6f2638d" //正式
|
||||
|
||||
@@ -127,11 +127,9 @@ android {
|
||||
"AREA_CODE",
|
||||
"\"+86\""
|
||||
)
|
||||
manifestPlaceholders["APPICON"] = "@mipmap/ic_launche" //正式
|
||||
manifestPlaceholders["APPICON_ROUND"] = "@mipmap/ic_launche_round" //正式
|
||||
// manifestPlaceholders["APPICON"] = "@mipmap/ic_launche" //正式
|
||||
// manifestPlaceholders["APPICON_ROUND"] = "@mipmap/ic_launche_round" //正式
|
||||
|
||||
// 测试APPKEY
|
||||
// manifestPlaceholders["IMAPPKEY"] = "502a1d045bb802c75dd14a005a731256"
|
||||
manifestPlaceholders["IMAPPKEY"] = "23c9cbddd4b876908efdccd0a6f2638d"
|
||||
|
||||
|
||||
@@ -157,9 +155,11 @@ android {
|
||||
jniLibs.pickFirsts.add("lib/arm64-v8a/libc++_shared.so")
|
||||
jniLibs.pickFirsts.add("lib/armeabi-v7a/libc++_shared.so")
|
||||
exclude("META-INF/gradle/incremental.annotation.processors")
|
||||
jniLibs.pickFirsts.add("lib/*/libaosl.so")
|
||||
|
||||
|
||||
}
|
||||
namespace = "com.hbl.lewan"
|
||||
namespace = "com.hbl.yuliao"
|
||||
|
||||
|
||||
// applicationVariants.all {
|
||||
@@ -193,8 +193,10 @@ dependencies {
|
||||
implementation(project(":chatkit-ui"))
|
||||
// implementation(project(":locationkit"))
|
||||
implementation(project(":fingermanager"))
|
||||
// implementation("com.netease.yunxin.kit.call:call-ui:1.8.2") //呼叫组件 UI 包
|
||||
// api("com.netease.nimlib:avsignalling:9.11.0") //呼叫组件 依赖信令包
|
||||
// implementation(project(":call_sw"))
|
||||
|
||||
implementation("com.netease.yunxin.kit.call:call-ui:1.8.2") //呼叫组件 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")
|
||||
// implementation("com.airbnb.android:lottie:5.0.3")
|
||||
@@ -205,6 +207,8 @@ dependencies {
|
||||
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
|
||||
implementation("com.squareup.retrofit2:converter-scalars:2.9.0")
|
||||
|
||||
// implementation("io.agora.rtc:voice-sdk:4.5.2")
|
||||
|
||||
//
|
||||
// implementation ("com.qiniu:qiniu-java-sdk:7.16.0") {
|
||||
// exclude(group = "com.squareup.okhttp3", module = "okhttp")
|
||||
|
||||
Reference in New Issue
Block a user