jcenter过期,增加mavenCentral,修改ignore文件,去掉多余的规则

This commit is contained in:
Lihongda 2024-01-03 23:59:59 +08:00
parent 81b1a91572
commit d891b28e63
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -57,7 +57,6 @@ proguard/
captures/
# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml

View File

@ -2,6 +2,7 @@
buildscript {
repositories {
jcenter()
mavenCentral()
maven {url 'https://dl.google.com/dl/android/maven2/'}
}
dependencies {
@ -12,6 +13,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
maven {url 'https://dl.google.com/dl/android/maven2/'}
maven { url 'http://developer.huawei.com/repo/' }
maven { url 'https://jitpack.io' }