Section 2 of android native implementation
All checks were successful
Deploy to production / deploy (push) Successful in 21s

This commit is contained in:
Torsten Schulz (local)
2026-07-09 08:04:11 +02:00
parent 53becb6630
commit 75b52de282
18 changed files with 402 additions and 18 deletions

View File

@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "YourPartNative"
include(":app")