Fixed dependabot

This commit is contained in:
Marcel 2022-05-06 18:23:58 +02:00
parent 3c9b5d2ec0
commit 3f56dad1eb
No known key found for this signature in database
GPG Key ID: 45EB4FD5C25A5098
3 changed files with 4 additions and 3 deletions

View File

@ -47,7 +47,8 @@ allprojects {
apply plugin: "org.jlleitschuh.gradle.ktlint"
repositories {
mavenCentral {
maven {
url 'https://repo1.maven.org/maven2'
content {
groups.mavenCentral.regex.each { includeGroupByRegex it }
groups.mavenCentral.group.each { includeGroup it }

View File

@ -7,7 +7,7 @@ apply plugin: 'com.jakewharton.butterknife'
buildscript {
repositories {
google()
mavenCentral()
maven { url 'https://repo1.maven.org/maven2' }
}
dependencies {
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.3'

View File

@ -7,7 +7,7 @@ apply plugin: "org.jetbrains.dokka"
buildscript {
repositories {
mavenCentral()
maven { url 'https://repo1.maven.org/maven2' }
}
dependencies {
classpath "io.realm:realm-gradle-plugin:10.9.0"