Skip to content

Commit

Permalink
feat: 解决依赖问题+
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshaocong committed Aug 29, 2024
1 parent 9ad27cd commit 77935db
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions SampleCode/Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ buildscript {
mavenCentral()
google()
mavenLocal()
maven {
url "https://repo.spring.io/release"
}
maven {
url "https://repository.jboss.org/maven2"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
Expand All @@ -39,7 +33,7 @@ allprojects {
}
google()
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
}
}

Expand Down

0 comments on commit 77935db

Please sign in to comment.