[android][sdk] Create empty SDK library

Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
Andrei Shkrob
2025-06-25 19:34:26 +02:00
committed by Konstantin Pastbin
parent 6da8b69a1b
commit 3352279d9d
39 changed files with 39 additions and 14 deletions

View File

@@ -5,13 +5,14 @@ pluginManagement {
gradlePluginPortal()
}
}
// See comment in buildscript block of app/build.gradle
//dependencyResolutionManagement {
// repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
// repositories {
// google()
// mavenCentral()
// }
//}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://www.jitpack.io' } // MPAndroidChart
}
}
rootProject.name = 'CoMaps'
include ':app'
include ':sdk'