aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts17
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`
}