From 734b6e51cb61583d2256049d51cc9599a53f836b Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 8 Dec 2022 11:36:03 +0600 Subject: [PATCH] Update build.gradle --- introduction/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/introduction/build.gradle b/introduction/build.gradle index 3b4d2f0..df9d28f 100644 --- a/introduction/build.gradle +++ b/introduction/build.gradle @@ -17,6 +17,7 @@ plugins { repositories { mavenCentral() mavenLocal() + maven { url "https://git.inmo.dev/api/packages/InsanusMokrassar/maven" } } dependencies {