mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-03 01:17:41 +08:00
更新友盟基础组件库
This commit is contained in:
parent
026f9197f1
commit
9508c63b52
@ -77,8 +77,9 @@ dependencies {
|
|||||||
//implementation 'com.linkedin.dexmaker:dexmaker-mockito:2.12.1'
|
//implementation 'com.linkedin.dexmaker:dexmaker-mockito:2.12.1'
|
||||||
|
|
||||||
//友盟基础组件库(所有友盟业务SDK都依赖基础组件库)
|
//友盟基础组件库(所有友盟业务SDK都依赖基础组件库)
|
||||||
implementation "com.umeng.umsdk:common:9.3.6"
|
implementation 'com.umeng.umsdk:common:9.3.8'
|
||||||
implementation "com.umeng.umsdk:asms:1.2.0"
|
implementation 'com.umeng.umsdk:asms:1.2.2'
|
||||||
|
implementation 'com.umeng.umsdk:abtest:1.0.0'
|
||||||
|
|
||||||
//XUpdate
|
//XUpdate
|
||||||
implementation 'com.github.xuexiangjys:XUpdate:2.0.7'
|
implementation 'com.github.xuexiangjys:XUpdate:2.0.7'
|
||||||
|
@ -6,11 +6,11 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
|
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" }
|
maven { url "https://jitpack.io" }
|
||||||
}
|
}
|
||||||
dependencies {
|
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 "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
classpath 'com.chenenyu:img-optimizer:1.2.0' //图片压缩
|
classpath 'com.chenenyu:img-optimizer:1.2.0' //图片压缩
|
||||||
}
|
}
|
||||||
@ -21,7 +21,7 @@ allprojects {
|
|||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
|
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" }
|
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
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
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…
x
Reference in New Issue
Block a user