From 0afd6551aa070d3ba8c5f91f3d51ddf4a79f4906 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 3 Feb 2021 21:57:55 +0530 Subject: Rework buildSrc and update some dependencies (#1296) --- build.gradle.kts | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'build.gradle.kts') 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 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` } -- cgit v1.2.3