From 8a9ebf3f7e0af5f7a7ccd67b6902a94b0d8c687b Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 30 Jun 2022 21:33:59 +0530 Subject: build-logic: introduce versions plugin --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index 5a278514..9b77f32d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,5 +9,6 @@ plugins { id("com.github.android-password-store.binary-compatibility") id("com.github.android-password-store.git-hooks") id("com.github.android-password-store.spotless") + id("com.github.android-password-store.versions") alias(libs.plugins.hilt) apply false } -- cgit v1.2.3