Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IMSDK_Demo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王文龙
IMSDK_Demo
Commits
e691a879
Commit
e691a879
authored
Dec 15, 2020
by
王文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update]更新SDK修复listener为空异常
parent
590e35fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
build.gradle
app/build.gradle
+1
-1
MyApp.java
app/src/main/java/com/offcn/imclient/MyApp.java
+1
-0
No files found.
app/build.gradle
View file @
e691a879
...
...
@@ -94,7 +94,7 @@ dependencies {
implementation
'com.android.support:multidex:1.0.3'
implementation
(
"com.offcn.live:titleview:1.1.0-s1"
)
implementation
(
"com.offcn.live:imsdk-kit:1.0.0.1
1
"
)
implementation
(
"com.offcn.live:imsdk-kit:1.0.0.1
2
"
)
// DB
implementation
'org.greenrobot:greendao:3.2.2'
...
...
app/src/main/java/com/offcn/imclient/MyApp.java
View file @
e691a879
...
...
@@ -11,6 +11,7 @@ import com.offcn.imclient.util.LoginManager;
import
com.offcn.imclient.util.UserBeanDaoManager
;
import
com.offcn.live.im.OIMCallback
;
import
com.offcn.live.im.OIMSDK
;
import
com.offcn.live.im.bean.OIMMsg
;
import
com.offcn.live.im.bean.OIMUserInfo
;
import
com.offcn.live.im.util.ZGLLogUtils
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment