mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
Add initial pandroid files
This commit is contained in:
parent
a98fcfc56f
commit
469ae2805c
41 changed files with 782 additions and 10 deletions
17
src/pandroid/settings.gradle.kts
Normal file
17
src/pandroid/settings.gradle.kts
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue