Skip to content

Commit

Permalink
chore(android): prepare gradle plugin release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Aug 6, 2024
1 parent c2d99ed commit 784062f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions measure-android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Initial release to maven.

# measure-android-gradle

## 0.4.0
#### Fixes
* Fix for plugin breaking the configuration cache by @abhaysood in https://github.com/measure-sh/measure/pull/986

## 0.3.0

Initial release to maven.
Expand Down
4 changes: 2 additions & 2 deletions measure-android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ Add the following plugin to your project.

```kotlin
plugins {
id("sh.measure.android.gradle") version "0.3.0"
id("sh.measure.android.gradle") version "0.4.0"
}
```

or, use the following if you're using `build.gradle`.

```groovy
plugins {
id 'sh.measure.android.gradle' version '0.3.0'
id 'sh.measure.android.gradle' version '0.4.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion measure-android/measure-android-gradle/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MEASURE_PLUGIN_GROUP_ID=sh.measure.android.gradle
MEASURE_PLUGIN_ARTIFACT_ID=sh.measure.android.gradle.gradle.plugin
MEASURE_PLUGIN_VERSION_NAME=0.3.0
MEASURE_PLUGIN_VERSION_NAME=0.4.0

RELEASE_SIGNING_ENABLED = true

0 comments on commit 784062f

Please sign in to comment.