From f8adba147aa61c8618c2b749fb4c8c4baef89de3 Mon Sep 17 00:00:00 2001 From: "oxmik3lartz.wallet" <137266103+OxMik3LArTZ-Wallet@users.noreply.github.com> Date: Sat, 9 Sep 2023 20:31:29 -0500 Subject: [PATCH] Update build.gradle Updated files for Nodle.io --- build.gradle | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1a0eb6f..2e07d9b 100644 --- a/build.gradle +++ b/build.gradle @@ -16,4 +16,24 @@ ext { task clean(type: Delete) { delete rootProject.buildDir -} \ No newline at end of file +} + +buildscript { + repositories { + google() + maven { + url "http://maven.nodle.io" + allowInsecureProtocol = true + } + } +} + +allprojects { + repositories { + google() + maven { + url "http://maven.nodle.io" + allowInsecureProtocol = true + } + } +}