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 f11d3cf commit 06c0b60Copy full SHA for 06c0b60
README.md
@@ -18,7 +18,7 @@ pluginManagement {
18
// build.gradle.kts
19
plugins {
20
id("com.android.library")
21
- id("io.deepmedia.tools.grease") version "0.3.1"
+ id("io.deepmedia.tools.grease") version "0.3.2"
22
}
23
```
24
grease/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
6
group = "io.deepmedia.tools"
7
-version = "0.3.1"
+version = "0.3.2"
8
9
gradlePlugin {
10
0 commit comments