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 734242e commit b8b996c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SampleCode/Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ buildscript {
mavenCentral()
google()
mavenLocal()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
Expand All @@ -35,7 +34,6 @@ allprojects {
google()
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
}
}

Expand Down

0 comments on commit b8b996c

Please sign in to comment.