Add initial pandroid files

This commit is contained in:
offtkp 2023-11-14 15:30:53 +02:00
parent a98fcfc56f
commit 469ae2805c
41 changed files with 782 additions and 10 deletions

View file

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