SWADroid/build.gradle
Amab b2af0dedb4
All checks were successful
continuous-integration/drone/push Build is passing
Update Gradle Plugin & update Java version to 17 (#425)
## What changes were proposed in this pull request?

Update Gradle Plugin & update Java version to 17.

## How was this patch tested?

Manually.

Reviewed-on: #425
Co-authored-by: Amab <juanmi1982@gmail.com>
Co-committed-by: Amab <juanmi1982@gmail.com>
2023-11-26 10:37:19 +01:00

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