Integrate ArcGIS SDK with token and dependencies, enable buildConfig, and add Internet permission

This commit is contained in:
2025-11-20 08:46:26 +01:00
parent 9e59bd9e85
commit c05ea2878e
4 changed files with 25 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://esri.jfrog.io/artifactory/arcgis") }
}
}