From 679416baf2a345ac86f2016df3ba0ec293e38c63 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sun, 12 May 2024 21:47:13 +0530 Subject: [PATCH] Update build.gradle.kts --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3adb1f2c..6ae67a9a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ buildscript { classpath ("com.google.dagger:hilt-android-gradle-plugin:${Versions.hilt}") - classpath ("com.spotify.ruler:ruler-gradle-plugin:1.4.0") + classpath ("com.spotify.ruler:ruler-gradle-plugin:2.0.0-beta-1") classpath ("com.gradle:gradle-enterprise-gradle-plugin:3.13.2") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle.kts files