Skip to content

Commit

Permalink
Version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Nov 5, 2024
1 parent eddf91f commit 2a049f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.iml
.gradle
.kotlin
**/local.properties
**/.idea/
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {
// build.gradle.kts
plugins {
id("com.android.library")
id("io.deepmedia.tools.grease") version "0.3.3"
id("io.deepmedia.tools.grease") version "0.3.4"
}
```

Expand Down
2 changes: 1 addition & 1 deletion grease/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.deepmedia.tools"
version = "0.3.3"
version = "0.3.4"

testing {
suites {
Expand Down
1 change: 1 addition & 0 deletions tests/sample-dependency-library/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build

0 comments on commit 2a049f6

Please sign in to comment.