Skip to content

Commit

Permalink
chore(android): prepare sdk release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Sep 4, 2024
1 parent 8dd9d89 commit c5c0956
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# measure-android

## 0.6.1
#### Fixes

* fix(android): handle exceptions when loading native library by @abhaysood in https://github.com/measure-sh/measure/pull/1179
* fix(android): NPE when app visible time isn't available to calculate launch time by @abhaysood in https://github.com/measure-sh/measure/pull/1183
* refactor(android): remove usage of double bang operator by @abhaysood in https://github.com/measure-sh/measure/pull/1185

## 0.6.0
#### Fixes

Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ kotlin.code.style=official

GROUP=sh.measure
MEASURE_ARTIFACT_ID=measure-android
MEASURE_VERSION_NAME=0.7.0-SNAPSHOT
MEASURE_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 @@ -157,13 +157,13 @@ measure {
Add the following to your app's `build.gradle.kts`file.

```kotlin
implementation("sh.measure:measure-android:0.6.0")
implementation("sh.measure:measure-android:0.6.1")
```

or, add the following to your app's `build.gradle`file.

```groovy
implementation 'sh.measure:measure-android:0.6.0'
implementation 'sh.measure:measure-android:0.6.1'
```

### 4. Initialize the SDK
Expand Down

0 comments on commit c5c0956

Please sign in to comment.