Skip to content

Commit

Permalink
Fix mapbox dependency
Browse files Browse the repository at this point in the history
Fix: #222
Fix: #221
Fix: #172
  • Loading branch information
kripper committed Oct 13, 2024
1 parent 03c9b7e commit 4617557
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ allprojects {
repositories {
google()
jcenter()

/* HACK: https://github.com/RosettaDrone/rosettadrone/issues/172#issuecomment-2337197564 */
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://repo.huaweicloud.com/repository/maven'}
}
}

Expand Down

0 comments on commit 4617557

Please sign in to comment.