1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00
syncthing-android/build.gradle
dependabot-preview[bot] 4b5c393c07
Bump gradle-versions-plugin from 0.26.0 to 0.36.0
Bumps [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) from 0.26.0 to 0.36.0.
- [Release notes](https://github.com/ben-manes/gradle-versions-plugin/releases)
- [Commits](https://github.com/ben-manes/gradle-versions-plugin/compare/v0.26.0...v0.36.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-14 17:51:23 +02:00

26 lines
603 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.36.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}