1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-24 08:10:52 +02:00

Change deps repo to mavenCentral

This commit is contained in:
jimman2003 2021-04-30 13:21:49 +03:00
parent 97a8aebdb3
commit 3a99b71d53
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ dependencies {
implementation "com.google.android.material:material:1.3.0"
implementation "no.nordicsemi.android:dfu:1.11.0"
implementation "no.nordicsemi.android:dfu:1.11.1"
implementation("com.github.tony19:logback-android-classic:1.1.1-6") {
exclude group: "com.google.android", module: "android"
}

View File

@ -2,7 +2,7 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
maven {
url 'https://plugins.gradle.org/m2/'
@ -19,7 +19,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
maven {
url 'https://jitpack.io'
}