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.
2 parents 3cf1dc0 + 3baa01c commit a866a11Copy full SHA for a866a11
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.6"
+ id("io.deepmedia.tools.grease") version "0.3.7"
22
}
23
```
24
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-agp = "8.11.2"
+agp = "8.13.0"
3
apache-ant = "1.10.14"
4
asm-commons = "9.6"
5
android-tools = "31.1.4"
grease/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
8
9
group = "io.deepmedia.tools"
10
-version = "0.3.6"
+version = "0.3.7"
11
12
testing {
13
suites {
0 commit comments