From c83ce481967a03a96a4717ed33c3d1643138c68e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 02:36:22 +0000 Subject: chore(deps): update com.google.dagger to v2.41 (#1732) * chore(deps): update com.google.dagger to v2.41 * build: switch Hilt to new plugin syntax Co-authored-by: Renovate Bot Co-authored-by: Harsh Shandilya --- build.gradle.kts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index 8f14bbc6..5a278514 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,15 +2,12 @@ * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. * SPDX-License-Identifier: GPL-3.0-only */ - -buildscript { - repositories { mavenCentral() } - dependencies { classpath(libs.build.hilt) } -} +@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage") plugins { id("com.github.android-password-store.kotlin-common") id("com.github.android-password-store.binary-compatibility") id("com.github.android-password-store.git-hooks") id("com.github.android-password-store.spotless") + alias(libs.plugins.hilt) apply false } -- cgit v1.2.3