Skip to content

Commit a866a11

Browse files
authored
Merge branch 'deepmedia:main' into main
2 parents 3cf1dc0 + 3baa01c commit a866a11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818
// build.gradle.kts
1919
plugins {
2020
id("com.android.library")
21-
id("io.deepmedia.tools.grease") version "0.3.6"
21+
id("io.deepmedia.tools.grease") version "0.3.7"
2222
}
2323
```
2424

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.11.2"
2+
agp = "8.13.0"
33
apache-ant = "1.10.14"
44
asm-commons = "9.6"
55
android-tools = "31.1.4"

grease/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "io.deepmedia.tools"
10-
version = "0.3.6"
10+
version = "0.3.7"
1111

1212
testing {
1313
suites {

0 commit comments

Comments
 (0)