commit the biuld setting
This commit is contained in:
parent
2c609374fb
commit
d2f5fc0495
33
build.gradle
33
build.gradle
|
@ -1,8 +1,19 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
// aliyun maven
|
||||||
google()
|
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://dl.bintray.com/umsdk/release' }
|
||||||
maven {
|
maven {
|
||||||
url "https://jitpack.io"
|
url "https://jitpack.io"
|
||||||
|
@ -12,7 +23,7 @@ buildscript {
|
||||||
// url 'https://oss.sonatype.org/content/repositories/snapshots/'
|
// url 'https://oss.sonatype.org/content/repositories/snapshots/'
|
||||||
// }
|
// }
|
||||||
|
|
||||||
maven { url "https://jitpack.io" }
|
// maven { url "https://jitpack.io" }
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:4.2.2'
|
classpath 'com.android.tools.build:gradle:4.2.2'
|
||||||
|
@ -30,8 +41,20 @@ allprojects {
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
repositories {
|
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 {
|
/* maven {
|
||||||
url "https://raw.githubusercontent.com/umeng/mvn-repo-umeng/master/repository"
|
url "https://raw.githubusercontent.com/umeng/mvn-repo-umeng/master/repository"
|
||||||
}*/
|
}*/
|
||||||
|
|
|
@ -165,12 +165,13 @@ dependencies {
|
||||||
implementation 'com.timqi.collapsibletextview:library:1.1.2'
|
implementation 'com.timqi.collapsibletextview:library:1.1.2'
|
||||||
|
|
||||||
implementation 'com.github.chengzipi:Searchbox:v1.0.0'
|
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 'q.rorbin:VerticalTabLayout:1.2.5'
|
||||||
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.16'
|
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.16'
|
||||||
|
|
||||||
implementation(name: 'autoreplyprint', ext: 'aar')
|
implementation(name: 'autoreplyprint', ext: 'aar')
|
||||||
implementation 'com.blankj:utilcode:1.9.8'
|
implementation 'com.blankj:utilcode:1.9.8'
|
||||||
|
implementation 'com.google.zxing:core:3.3.3'
|
||||||
//implementation "androidx.fragment:fragment:1.3.3"
|
//implementation "androidx.fragment:fragment:1.3.3"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue