Initial commit to public repo

This commit is contained in:
root
2022-07-28 21:55:33 +00:00
commit d5f6887937
64 changed files with 2338 additions and 0 deletions

23
settings.gradle Normal file
View File

@@ -0,0 +1,23 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
flatDir {
dirs 'libs'
}
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
flatDir {
dirs 'libs'
}
}
}
rootProject.name = "Proxidize Android Legacy"
include ':app'