Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
hhsdk.android.demo.meituan
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
liumingming
2022-04-22 15:17:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
77f820b6e9d56183e20e7f901c35552a6f0f53a7
77f820b6
1 parent
06f28cb2
fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
.idea/.name
app/build.gradle
build.gradle
.idea/.name
0 → 100644
View file @
77f820b
HHDoctorSDKMiniDemo
\ No newline at end of file
...
...
app/build.gradle
View file @
77f820b
...
...
@@ -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.+'
...
...
build.gradle
View file @
77f820b
// 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
()
}
}
...
...
Please
register
or
login
to post a comment