MILESTONE 3: PJSIP Wrapper JNI completo y funcionando

This commit is contained in:
2025-11-03 10:58:02 -04:00
parent 31ffabe6cc
commit 9e5d0d8ebf
17865 changed files with 118001 additions and 1963586 deletions

View File

@@ -0,0 +1,24 @@
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "GSMGateway"
include(":app")