mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
208ef5444b
Bumps [play-publisher](https://github.com/Triple-T/gradle-play-publisher) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/Triple-T/gradle-play-publisher/releases) - [Changelog](https://github.com/Triple-T/gradle-play-publisher/blob/1.2.2/CHANGELOG.md) - [Commits](https://github.com/Triple-T/gradle-play-publisher/compare/1.2.0...1.2.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
27 lines
670 B
Groovy
27 lines
670 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.1.3'
|
|
classpath 'com.github.triplet.gradle:play-publisher:1.2.2'
|
|
classpath 'com.github.ben-manes:gradle-versions-plugin:0.15.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
|
|
}
|