Skip to content

Commit 414d100

Browse files
author
dongxl
committed
更新升级引用库的版本
1 parent 0d9b0e4 commit 414d100

29 files changed

Lines changed: 461 additions & 23 deletions

.gitignore

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
local.properties
1+
/local.properties
22

33
*.iml
4-
.idea/
5-
.gradle/
6-
build/
7-
captures/
8-
9-
.DS_Store
10-
.settings/
114
*.properties
5+
*.project
6+
*.classPath
127

13-
14-
/.gradle/
158
/.idea/
16-
/build/
17-
/captures/
18-
/codeStyleSettings.xml
9+
/.idea/caches
10+
/.idea/libraries
11+
/.idea/modules.xml
12+
/.idea/workspace.xml
13+
/.idea/navEditor.xml
14+
/.idea/assetWizardSettings.xml
1915

20-
*.iml
21-
*.project
22-
*.classPath
16+
.DS_Store
17+
/build
18+
/captures
19+
/.gradle
20+
/gradle/
21+
/.settings
22+
/codeStyleSettings.xml
23+
.externalNativeBuild
2324

2425
/app/.settings/
2526
/app/build/

dongxlpush/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ dependencies {
6767
androidTestImplementation 'com.android.support.test:runner:1.0.2'
6868
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
6969
/*华为推送引用*/
70-
implementation 'com.huawei.hms:push:3.0.0.302'
71-
implementation 'com.huawei.hms:opendevice:3.0.0.302'
70+
implementation 'com.huawei.hms:push:3.0.2.300'
71+
implementation 'com.huawei.hms:opendevice:3.0.2.300'
7272
/*魅族*/
7373
implementation 'com.meizu.flyme.internet:push-internal:3.8.3'
74-
/*极光*/
75-
// implementation 'cn.jiguang.sdk:jpush:3.3.4' // 此处以JPush 3.3.4 版本为例。
76-
// implementation 'cn.jiguang.sdk:jcore:2.1.2' // 此处以JCore 2.1.2 版本为例。
74+
/*极光*/
75+
// implementation 'cn.jiguang.sdk:jcore:2.1.6' // 此处以JCore 2.1.6 版本为例。
76+
// implementation 'cn.jiguang.sdk:jpush:3.3.9' // 此处以JPush 3.3.9 版本为例。
7777
}
-640 KB
Binary file not shown.
632 KB
Binary file not shown.
13.5 KB
Binary file not shown.
47.5 KB
Binary file not shown.
-26.7 KB
Binary file not shown.
-407 KB
Binary file not shown.

0 commit comments

Comments
 (0)