commit the biuld setting

This commit is contained in:
bobwang 2024-11-01 11:37:16 +08:00
parent 2c609374fb
commit d2f5fc0495
2 changed files with 46 additions and 22 deletions

View File

@ -1,8 +1,19 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
// aliyun maven
maven { url 'https://maven.aliyun.com/repository/public' }
// gradle-plugin
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
// google()
maven { url 'https://maven.aliyun.com/repository/google' }
// jcenter()
maven { url 'https://maven.aliyun.com/repository/jcenter' }
// central()
maven { url 'https://maven.aliyun.com/repository/central' }
// google()
// jcenter()
maven { url 'https://dl.bintray.com/umsdk/release' }
maven {
url "https://jitpack.io"
@ -12,7 +23,7 @@ buildscript {
// url 'https://oss.sonatype.org/content/repositories/snapshots/'
// }
maven { url "https://jitpack.io" }
// maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
@ -30,8 +41,20 @@ allprojects {
// }
// }
repositories {
google()
jcenter()
// aliyun maven
maven { url 'https://maven.aliyun.com/repository/public' }
// gradle-plugin
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
// google()
maven { url 'https://maven.aliyun.com/repository/google' }
// jcenter()
maven { url 'https://maven.aliyun.com/repository/jcenter' }
// central()
maven { url 'https://maven.aliyun.com/repository/central' }
// google()
// jcenter()
/* maven {
url "https://raw.githubusercontent.com/umeng/mvn-repo-umeng/master/repository"
}*/

View File

@ -165,12 +165,13 @@ dependencies {
implementation 'com.timqi.collapsibletextview:library:1.1.2'
implementation 'com.github.chengzipi:Searchbox:v1.0.0'
implementation 'com.github.ixiaow:multilayout:1.0.0'
// implementation 'com.github.ixiaow:multilayout:1.0.0'
implementation 'q.rorbin:VerticalTabLayout:1.2.5'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.16'
implementation(name: 'autoreplyprint', ext: 'aar')
implementation 'com.blankj:utilcode:1.9.8'
implementation 'com.google.zxing:core:3.3.3'
//implementation "androidx.fragment:fragment:1.3.3"
}