From a6a1780e10d1ba49e79250bf2d451764bd1cef3a Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 29 Jun 2021 22:13:26 +0200 Subject: project: replace jcenter with maven central JCenter is shutting down. All used dependencies seem to be available on Maven Central. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 3d2c409..d38b0ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,6 @@ /* * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon - * Copyright (C) 2017-2020 Pacien TRAN-GIRARD + * Copyright (C) 2017-2021 Pacien TRAN-GIRARD * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -100,7 +100,7 @@ dependencies { } repositories { - jcenter() + mavenCentral() google() } -- cgit v1.2.3