Skip to content

Commit

Permalink
chore(android): prepare gradle plugin release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Jan 28, 2025
1 parent 4f021a2 commit a69c1da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ Initial release to maven.

# measure-android-gradle

## 0.7.0
* fix(android): support java 11 by @abhaysood in https://github.com/measure-sh/measure/pull/1735

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

Expand Down
4 changes: 2 additions & 2 deletions 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.7.0

RELEASE_SIGNING_ENABLED = false
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 @@ -112,15 +112,15 @@ Add the following plugin to your project.

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

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

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

Expand Down

0 comments on commit a69c1da

Please sign in to comment.