commit | f2fe1c9d38074e50a0f06b19904c5b69285de6be | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Wed Oct 20 21:05:29 2021 +0200 |
committer | maxwen <max.weninger@gmail.com> | Wed Oct 20 21:05:29 2021 +0200 |
tree | 6184df860355b56ea5c50072274ad2dd75d25010 |
Initial commit
diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..c02eb3d --- /dev/null +++ b/settings.gradle
@@ -0,0 +1,10 @@ +dependencyResolutionManagement { + repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) + repositories { + google() + mavenCentral() + jcenter() // Warning: this repository is going to shut down soon + } +} +rootProject.name = "OmniControl" +include ':app'