Skip to content

Commit

Permalink
Merge pull request #223 from xuchengpu/EaseIMKit
Browse files Browse the repository at this point in the history
update version to 3.8.4
  • Loading branch information
jinanzhuan authored Aug 3, 2021
2 parents 5990402 + 6e8011d commit ebcdb53
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation project(path: ':ease-im-kit')
//implementation 'com.hyphenate:ease-im-kit:1.0.0'
implementation 'io.hyphenate:hyphenate-chat:3.8.0'
implementation 'io.hyphenate:hyphenate-chat:3.8.4'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
Expand Down
10 changes: 9 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,22 @@ if (JavaVersion.current().isJava8Compatible()) {
}
}
}

ext{
if(!project.hasProperty('sdkVersion')){
sdkVersion = '3.2.3'
}
if(!project.hasProperty('stagingRepositoryId')){
stagingRepositoryId = 'iohyphenate-1000'
}
if(!project.hasProperty('isAarRelease')){
isAarRelease = false;
}
if(!project.hasProperty('isLite')){
isLite = false;
}
if(!project.hasProperty('isTravis')) {
isTravis = false
}
}

task clean(type: Delete) {
Expand Down
2 changes: 1 addition & 1 deletion ease-im-kit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
compileOnly files('libs/BaiduLBS_Android.jar')

//api project(':hyphenatechatsdk')
implementation 'io.hyphenate:hyphenate-chat:3.8.3'
implementation 'io.hyphenate:hyphenate-chat:3.8.4'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
api 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
Expand Down

0 comments on commit ebcdb53

Please sign in to comment.