Skip to content

Commit

Permalink
更新友盟核心库
Browse files Browse the repository at this point in the history
  • Loading branch information
puyang1017 committed May 20, 2021
1 parent 2e9bbbd commit f6edd28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
repositories {
google()
jcenter()

maven { url 'https://repo1.maven.org/maven2/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
Expand All @@ -20,7 +20,7 @@ allprojects {
google()
jcenter()
jcenter { url "http://jcenter.bintray.com/" }
maven { url 'https://dl.bintray.com/umsdk/release' }
maven { url 'https://repo1.maven.org/maven2/' }
maven { url "https://jitpack.io" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
Expand Down
2 changes: 1 addition & 1 deletion puymvpjava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {

// implementation(name: 'umeng-asms-armeabi-v1.1.3', ext: 'aar')
// implementation(name: 'umeng-crash-armeabi-v0.0.4', ext: 'aar')
api 'com.umeng.umsdk:common:9.1.0'
api 'com.umeng.umsdk:common:9.3.8'

// api files('libs/utdid4all-1.5.2-proguard.jar')
// api files('libs/umeng-share-core-6.9.4.jar')
Expand Down

0 comments on commit f6edd28

Please sign in to comment.