Skip to content

Commit 41d3a71

Browse files
authored
Bump version to 0.3.3 (#14)
1 parent c4dae7c commit 41d3a71

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ pluginManagement {
1818
// build.gradle.kts
1919
plugins {
2020
id("com.android.library")
21-
id("io.deepmedia.tools.grease") version "0.3.2"
21+
id("io.deepmedia.tools.grease") version "0.3.3"
2222
}
2323
```
2424

25-
Note: it is important that Grease is applied *after* the Android library plugin.
25+
Note: The minimum required version of Gradle is 8.3
2626

2727
## Usage
2828

grease/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
@file:Suppress("UnstableApiUsage")
2+
13
plugins {
24
`jvm-test-suite`
35
`kotlin-dsl`
46
alias(libs.plugins.publisher)
57
}
68

79
group = "io.deepmedia.tools"
8-
version = "0.3.2"
10+
version = "0.3.3"
911

1012
testing {
1113
suites {

0 commit comments

Comments
 (0)