SWADroid/build.gradle
dependabot[bot] 76821e16c2 Bump gradle from 4.2.0 to 4.2.1 (#331)
Bumps gradle from 4.2.0 to 4.2.1.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 10:39:01 +02:00

20 lines
496 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.google.gms:google-services:4.3.5'
}
}
allprojects {
repositories {
mavenCentral()
google()
maven { url 'https://oss.sonatype.org/content/repositories/ksoap2-android-releases' }
}
}