Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tencentyun/TIMSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxzhang committed Oct 10, 2019
2 parents 956144d + b03c10d commit 413ec82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ dependencies {
compile 'com.tencent.bugly:nativecrashreport:latest.release'
compile 'org.bouncycastle:bcpkix-jdk15on:1.59'

implementation 'com.tencent.imsdk:tuikit:4.5.45'
implementation 'com.tencent.imsdk:tuikit:4.5.55'
// implementation project(':tuikit')
}
2 changes: 1 addition & 1 deletion Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ext {
minSdkVersion = 16
targetSdkVersion = 28
versionCode = 1
versionName = "4.5.45"
versionName = "4.5.55"
abiFilters = ['armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'] //['armeabi', 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64']
arguments = "-DANDROID_STL=c++_static"
cppFlags = "-std=c++11"
Expand Down
2 changes: 1 addition & 1 deletion Android/tuikit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.8'
implementation 'tv.danmaku.ijk.media:ijkplayer-arm64:0.8.8'

api 'com.tencent.imsdk:imsdk:4.5.45'
api 'com.tencent.imsdk:imsdk:4.5.55'
// api project(':imsdk')
}

0 comments on commit 413ec82

Please sign in to comment.