SWADroid/build.gradle
Amab f6a224b49d
All checks were successful
continuous-integration/drone/push Build is passing
Update dependencies (#433)
## What changes were proposed in this pull request?

Update dependencies.

## How was this patch tested?

Manually.

Reviewed-on: #433
Co-authored-by: Amab <juanmi1982@gmail.com>
Co-committed-by: Amab <juanmi1982@gmail.com>
2024-01-19 15:28:50 +01:00

20 lines
440 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:8.2.1'
}
}
allprojects {
repositories {
mavenCentral()
google()
maven { url 'https://oss.sonatype.org/content/repositories/ksoap2-android-releases' }
}
}