From 41d3a71d6862c731a3c93d6db14bfd78450b6436 Mon Sep 17 00:00:00 2001 From: 0xera <56160164+0xera@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:32:34 +0300 Subject: [PATCH] Bump version to 0.3.3 (#14) --- README.md | 4 ++-- grease/build.gradle.kts | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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 {