mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
[android] Fix gradle deprecations
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
committed by
Konstantin Pastbin
parent
21020429cb
commit
3e2e6cb487
@@ -10,7 +10,7 @@ dependencyResolutionManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { url 'https://www.jitpack.io' } // MPAndroidChart
|
||||
maven { url = 'https://www.jitpack.io' } // MPAndroidChart
|
||||
}
|
||||
}
|
||||
rootProject.name = 'CoMaps'
|
||||
|
||||
Reference in New Issue
Block a user