diff options
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' |
