We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dae7c commit 41d3a71Copy full SHA for 41d3a71
README.md
@@ -18,11 +18,11 @@ pluginManagement {
18
// build.gradle.kts
19
plugins {
20
id("com.android.library")
21
- id("io.deepmedia.tools.grease") version "0.3.2"
+ id("io.deepmedia.tools.grease") version "0.3.3"
22
}
23
```
24
25
-Note: it is important that Grease is applied *after* the Android library plugin.
+Note: The minimum required version of Gradle is 8.3
26
27
## Usage
28
grease/build.gradle.kts
@@ -1,11 +1,13 @@
1
+@file:Suppress("UnstableApiUsage")
2
+
3
4
`jvm-test-suite`
5
`kotlin-dsl`
6
alias(libs.plugins.publisher)
7
8
9
group = "io.deepmedia.tools"
-version = "0.3.2"
10
+version = "0.3.3"
11
12
testing {
13
suites {
0 commit comments