Skip to content

Commit

Permalink
chore(android): prepare gradle plugin release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Sep 25, 2024
1 parent f99800b commit 9b8f608
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ Initial release to maven.

# measure-android-gradle

## 0.6.1
* fix(android): incorrect URL parsing by @abhaysood in https://github.com/measure-sh/measure/pull/1272

## 0.6.0
#### Features

Expand Down
2 changes: 1 addition & 1 deletion 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
MEASURE_PLUGIN_ARTIFACT_ID=sh.measure.android.gradle.gradle.plugin
MEASURE_PLUGIN_VERSION_NAME=0.7.0-SNAPSHOT
MEASURE_PLUGIN_VERSION_NAME=0.6.1

RELEASE_SIGNING_ENABLED = true
4 changes: 2 additions & 2 deletions docs/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ Add the following plugin to your project.

```kotlin
plugins {
id("sh.measure.android.gradle") version "0.6.0"
id("sh.measure.android.gradle") version "0.6.1"
}
```

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

```groovy
plugins {
id 'sh.measure.android.gradle' version '0.6.0'
id 'sh.measure.android.gradle' version '0.6.1'
}
```

Expand Down

0 comments on commit 9b8f608

Please sign in to comment.