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 2ed3b7d commit e07157fCopy full SHA for e07157f
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.5"
+ id("io.deepmedia.tools.grease") version "0.3.6"
22
}
23
```
24
grease/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
8
9
group = "io.deepmedia.tools"
10
-version = "0.3.5"
+version = "0.3.6"
11
12
testing {
13
suites {
0 commit comments