add signald maven repo to build.gradle

This commit is contained in:
finn 2021-11-08 15:18:19 -08:00
parent 638d647a72
commit c4dbba44aa

View file

@ -1,20 +1,28 @@
From 4db44dff74922c8c37824434eee2f6bcab716fad Mon Sep 17 00:00:00 2001 From c1821f3e24e59889d1807336514c33e96205ec6c Mon Sep 17 00:00:00 2001
From: finn <finn@janky.solutions> From: finn <finn@janky.solutions>
Date: Tue, 26 Oct 2021 20:18:43 -0700 Date: Tue, 26 Oct 2021 20:18:43 -0700
Subject: [PATCH] update gradle files Subject: [PATCH] update gradle files
--- ---
build.gradle | 9 -------- build.gradle | 10 +-------
dependencies.gradle | 6 ++--- dependencies.gradle | 6 ++---
service/build.gradle | 55 ++++++++------------------------------------ service/build.gradle | 55 ++++++++------------------------------------
settings.gradle | 2 -- settings.gradle | 2 --
4 files changed, 11 insertions(+), 61 deletions(-) 4 files changed, 12 insertions(+), 61 deletions(-)
diff --git a/build.gradle b/build.gradle diff --git a/build.gradle b/build.gradle
index 9e69283..12973ba 100644 index 9e69283..f559be4 100644
--- a/build.gradle --- a/build.gradle
+++ b/build.gradle +++ b/build.gradle
@@ -23,15 +23,6 @@ def getRepositoryPassword() { @@ -2,6 +2,7 @@ buildscript {
repositories {
google()
mavenCentral()
+ maven {url "https://gitlab.com/api/v4/groups/6853927/-/packages/maven"} // https://gitlab.com/groups/signald/-/packages
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.2'
@@ -23,15 +24,6 @@ def getRepositoryPassword() {
return hasProperty('whisperSonatypePassword') ? whisperSonatypePassword : "" return hasProperty('whisperSonatypePassword') ? whisperSonatypePassword : ""
} }