diff options
| author | 2023-03-29 16:25:24 +0200 | |
|---|---|---|
| committer | 2023-03-30 21:44:42 +0200 | |
| commit | eea0044b890fba335b96cb77cb77da6b9640b696 (patch) | |
| tree | cf6b44bdcabd78a23c7ff86006eb5ed21774c4a4 /settings.gradle | |
| download | searchshortcut-master.tar.xz searchshortcut-master.zip | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'settings.gradle')
| -rw-r--r-- | settings.gradle | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..a00d267 --- /dev/null +++ b/settings.gradle @@ -0,0 +1,16 @@ +pluginManagement { + repositories { + google() + gradlePluginPortal() + } + plugins { + id("com.android.application") version '7.4.2' + } +} +dependencyResolutionManagement { + repositories { + google() + mavenCentral() + } +} +include ':app' |
