diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-02-03 21:57:55 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 21:57:55 +0530 |
commit | 0afd6551aa070d3ba8c5f91f3d51ddf4a79f4906 (patch) | |
tree | a4bd3d656d76463757351cf0dad648600133eb1b /build.gradle.kts | |
parent | 318aeae50072d575c975bbf1f708d526c41adc20 (diff) |
Rework buildSrc and update some dependencies (#1296)
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 7865e19c..dabd32fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,24 +2,7 @@ * Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved. * SPDX-License-Identifier: GPL-3.0-only */ -buildscript { - apply(from = "buildSrc/buildDependencies.gradle") - val build: Map<Any, Any> by extra - repositories { - google() - jcenter() - // For binary compatibility validator. - maven { url = uri("https://kotlin.bintray.com/kotlinx") } - } - dependencies { - classpath(build.getValue("androidGradlePlugin")) - classpath(build.getValue("binaryCompatibilityValidator")) - classpath(build.getValue("kotlinGradlePlugin")) - } -} - plugins { - id("com.github.ben-manes.versions") version "0.36.0" `binary-compatibility-validator` `aps-plugin` } |