diff --git a/README.md b/README.md index 4a4213a..cea9342 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ pluginManagement { // build.gradle.kts plugins { id("com.android.library") - id("io.deepmedia.tools.grease") version "0.3.2" + id("io.deepmedia.tools.grease") version "0.3.3" } ``` -Note: it is important that Grease is applied *after* the Android library plugin. +Note: The minimum required version of Gradle is 8.3 ## Usage diff --git a/grease/build.gradle.kts b/grease/build.gradle.kts index 8144800..5489501 100644 --- a/grease/build.gradle.kts +++ b/grease/build.gradle.kts @@ -1,3 +1,5 @@ +@file:Suppress("UnstableApiUsage") + plugins { `jvm-test-suite` `kotlin-dsl` @@ -5,7 +7,7 @@ plugins { } group = "io.deepmedia.tools" -version = "0.3.2" +version = "0.3.3" testing { suites {