initial commit

This commit is contained in:
Zane Schepke
2023-05-24 01:33:20 -04:00
commit 005afc7089
94 changed files with 3834 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "WG Tunnel"
include(":app")