[android] Fix gradle deprecations

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk
2025-07-04 23:36:34 +02:00
committed by Konstantin Pastbin
parent 21020429cb
commit 3e2e6cb487
4 changed files with 31 additions and 32 deletions

View File

@@ -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'