Skip to content

Commit 3baa01c

Browse files
authored
Merge pull request #37 from deepmedia/support_new_agp
Support new agp
2 parents e06a020 + df9f66d commit 3baa01c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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)