Browse Source

no message

ychk 7 months ago
parent
commit
31240fb3bc
2 changed files with 2 additions and 6 deletions
  1. 1 1
      app/build.gradle
  2. 1 5
      build.gradle

+ 1 - 1
app/build.gradle

@@ -119,7 +119,7 @@ dependencies {
 
     implementation 'q.rorbin:badgeview:1.1.3'  //小圆点
 
-    implementation 'id.zelory:compressor:2.1.0' // 图片压缩
+    implementation 'id.zelory:compressor:2.1.1' // 图片压缩
 
 
     //PermissionsDispatcher权限

+ 1 - 5
build.gradle

@@ -6,11 +6,6 @@ buildscript {
     repositories {
         google()
         jcenter()
-        mavenCentral() // add repository
-        maven { url 'https://jitpack.io' }
-        maven {
-            url 'https://dl.bintray.com/cjt/maven'
-        }
     }
     dependencies {
         classpath "com.android.tools.build:gradle:4.0.0"
@@ -26,6 +21,7 @@ allprojects {
         google()
         jcenter()
         maven { url 'https://jitpack.io' }
+        maven { url 'https://maven.aliyun.com/repository/public/' }
     }
 }