mirror of
https://github.com/pppscn/SmsForwarder
synced 2024-11-04 06:00:11 +00:00
更新友盟基础组件库
This commit is contained in:
parent
4a21f988e9
commit
f0fc32f458
@ -77,8 +77,9 @@ dependencies {
|
||||
//implementation 'com.linkedin.dexmaker:dexmaker-mockito:2.12.1'
|
||||
|
||||
//友盟基础组件库(所有友盟业务SDK都依赖基础组件库)
|
||||
implementation "com.umeng.umsdk:common:9.3.6"
|
||||
implementation "com.umeng.umsdk:asms:1.2.0"
|
||||
implementation 'com.umeng.umsdk:common:9.3.8'
|
||||
implementation 'com.umeng.umsdk:asms:1.2.2'
|
||||
implementation 'com.umeng.umsdk:abtest:1.0.0'
|
||||
|
||||
//XUpdate
|
||||
implementation 'com.github.xuexiangjys:XUpdate:2.0.7'
|
||||
|
@ -6,11 +6,11 @@ buildscript {
|
||||
google()
|
||||
jcenter()
|
||||
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
|
||||
maven { url 'https://dl.bintray.com/umsdk/release' }
|
||||
maven { url 'https://repo1.maven.org/maven2/' }
|
||||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.1.3'
|
||||
classpath 'com.android.tools.build:gradle:4.2.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath 'com.chenenyu:img-optimizer:1.2.0' //图片压缩
|
||||
}
|
||||
@ -21,7 +21,7 @@ allprojects {
|
||||
google()
|
||||
jcenter()
|
||||
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
|
||||
maven { url 'https://dl.bintray.com/umsdk/release' }
|
||||
maven { url 'https://repo1.maven.org/maven2/' }
|
||||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
}
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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.5-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
|
||||
|
Loading…
Reference in New Issue
Block a user