Skip to content

Commit 2a049f6

Browse files
committed
Version 0.3.4
1 parent eddf91f commit 2a049f6

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.iml
22
.gradle
3+
.kotlin
34
**/local.properties
45
**/.idea/
56
.DS_Store

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.3"
21+
id("io.deepmedia.tools.grease") version "0.3.4"
2222
}
2323
```
2424

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.3"
10+
version = "0.3.4"
1111

1212
testing {
1313
suites {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build

0 commit comments

Comments
 (0)