3.0.0 / 3.0.1

This commit is contained in:
2025-01-28 20:45:45 +04:00
parent 44c1f01541
commit 0ab25e68a3
157 changed files with 5275 additions and 4450 deletions

View File

@@ -1,3 +1,5 @@
import java.net.URI
pluginManagement {
repositories {
google {
@@ -7,18 +9,24 @@ pluginManagement {
includeGroupByRegex("androidx.*")
}
}
maven(url = "https://artifactory-external.vkpartner.ru/artifactory/vkid-sdk-android/")
mavenCentral()
gradlePluginPortal()
}
}
@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven {
url = URI("https://artifactory-external.vkpartner.ru/artifactory/vkid-sdk-android/")
}
}
}
rootProject.name = "PolytecnicNext"
rootProject.name = "Polytechnic"
include(":app")