liumingming

fix

HHDoctorSDKMiniDemo
\ No newline at end of file
... ...
... ... @@ -13,7 +13,9 @@ static def buildTime() {
return df.format(new Date())
}
def baseVersion = "3.1.0"
def baseVersion = "3.2.0"
def sdkVersion = "3.2.0.04221312"
android {
compileSdkVersion 30
... ... @@ -66,9 +68,7 @@ dependencies {
implementation "com.tencent.liteav:LiteAVSDK_TRTC:8.2.9809"
implementation 'com.github.bumptech.glide:glide:4.9.0'
// implementation 'com.hh-medic.android.sdk:hh_doctor_mini_dev:3.1.0.02151924'
// implementation 'com.hh-medic.android.sdk:hh_doctor:3.1.0.02171016'
implementation 'com.hh-medic.android.sdk:hh_doctor:3.1.0.03242028'
implementation "com.hh-medic.android.sdk:hh_doctor:$sdkVersion"
testImplementation 'junit:junit:4.+'
... ...
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.1"
... ... @@ -14,9 +14,9 @@ buildscript {
allprojects {
repositories {
mavenCentral()
google()
jcenter()
mavenCentral()
}
}
... ...