Skip to content

Commit

Permalink
actions: add maven jcenter url (fixes #2101) (#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Aug 8, 2024
1 parent dabcd29 commit bbe7abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ dependencies {

repositories {
mavenCentral()
maven { url "https://maven.aliyun.com/repository/jcenter" }
}

android.sourceSets.all {
Expand Down

0 comments on commit bbe7abd

Please sign in to comment.