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
5429cbf7
Commit
5429cbf7
authored
Jan 15, 2021
by
王文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update]更新libsdk七牛SDK
parent
245064d4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
build.gradle
app/build.gradle
+1
-1
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+4
-4
MyApp.java
app/src/main/java/com/offcn/imclient/MyApp.java
+1
-1
No files found.
app/build.gradle
View file @
5429cbf7
...
...
@@ -94,7 +94,7 @@ dependencies {
implementation
'com.android.support:multidex:1.0.3'
implementation
(
"com.offcn.live:base:2.5.0-s18"
)
implementation
(
"com.offcn.live:imsdk-kit:1.0.0.4
2
"
)
implementation
(
"com.offcn.live:imsdk-kit:1.0.0.4
3
"
)
// DB
implementation
'org.greenrobot:greendao:3.2.2'
...
...
app/src/main/AndroidManifest.xml
View file @
5429cbf7
...
...
@@ -74,12 +74,12 @@
<!-- 中公IM平台appkey-->
<meta-data
android:name=
"com.offcn.live.im.appkey"
android:value=
"
offcn_live
"
/>
<!-- android:value="
d5b410cddbcb4f3a972cfdc697daff43
" />-->
android:value=
"
d5b410cddbcb4f3a972cfdc697daff43
"
/>
<!-- android:value="
offcn_live
" />-->
<meta-data
android:name=
"com.offcn.live.im.appsecret"
android:value=
"
offcn_im
"
/>
<!--
android:value="b23f77e463ac4e9388b3c0b4ee9b8ed0
" />-->
android:value=
"
b23f77e463ac4e9388b3c0b4ee9b8ed0
"
/>
<!--
android:value="offcn_im
" />-->
<!--华为推送。根目录下添加 agconnect-services.json,由华为开放平台自行获取-->
...
...
app/src/main/java/com/offcn/imclient/MyApp.java
View file @
5429cbf7
...
...
@@ -24,7 +24,7 @@ import androidx.multidex.MultiDexApplication;
public
class
MyApp
extends
MultiDexApplication
{
private
static
final
String
TAG
=
MyApp
.
class
.
getSimpleName
();
private
boolean
mEnvIsTest
=
tru
e
;
private
boolean
mEnvIsTest
=
fals
e
;
@Override
protected
void
attachBaseContext
(
Context
base
)
{
...
...
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