Skip to content

Commit

Permalink
升级小米和华为sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
taoweiji committed Oct 31, 2021
1 parent 9ccefed commit c91baee
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 25 deletions.
7 changes: 0 additions & 7 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions .idea/runConfigurations.xml

This file was deleted.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.5.20'
ext.kotlin_version = '1.5.31'
repositories {
google()
mavenCentral()
maven { url 'http://developer.huawei.com/repo/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.android.tools.build:gradle:7.0.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.huawei.agconnect:agcp:1.4.2.300'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
2 changes: 1 addition & 1 deletion mixpush-huawei/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(path: ':mixpush-core')
implementation 'com.huawei.hms:push:5.1.1.301'
implementation 'com.huawei.hms:push:6.1.0.300'
}

apply from: '../maven_public.gradle'
Binary file removed mixpush-mi/libs/MiPush_SDK_Client_4_2_0.jar
Binary file not shown.
Binary file added mixpush-mi/libs/MiPush_SDK_Client_4_8_2.jar
Binary file not shown.

0 comments on commit c91baee

Please sign in to comment.