add signald maven repo to build.gradle
This commit is contained in:
parent
638d647a72
commit
c4dbba44aa
1 changed files with 13 additions and 5 deletions
|
@ -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>
|
||||
Date: Tue, 26 Oct 2021 20:18:43 -0700
|
||||
Subject: [PATCH] update gradle files
|
||||
|
||||
---
|
||||
build.gradle | 9 --------
|
||||
build.gradle | 10 +-------
|
||||
dependencies.gradle | 6 ++---
|
||||
service/build.gradle | 55 ++++++++------------------------------------
|
||||
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
|
||||
index 9e69283..12973ba 100644
|
||||
index 9e69283..f559be4 100644
|
||||
--- a/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 : ""
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue