Skip to content

Commit

Permalink
Bump version to 0.3.3 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xera authored Oct 8, 2024
1 parent c4dae7c commit 41d3a71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ pluginManagement {
// build.gradle.kts
plugins {
id("com.android.library")
id("io.deepmedia.tools.grease") version "0.3.2"
id("io.deepmedia.tools.grease") version "0.3.3"
}
```

Note: it is important that Grease is applied *after* the Android library plugin.
Note: The minimum required version of Gradle is 8.3

## Usage

Expand Down
4 changes: 3 additions & 1 deletion grease/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
@file:Suppress("UnstableApiUsage")

plugins {
`jvm-test-suite`
`kotlin-dsl`
alias(libs.plugins.publisher)
}

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

testing {
suites {
Expand Down

0 comments on commit 41d3a71

Please sign in to comment.