Skip to content

Commit

Permalink
chore(android): prepare sdk release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Aug 19, 2024
1 parent 8b99989 commit 6daf7ff
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# measure-android

## 0.5.0
#### Features
* Allow configuring http urls for which to enable collection of http events. This configuration is simpler to setup
than finding out all URLs to block by @abhaysood in https://github.com/measure-sh/measure/pull/1020

#### Fixes
* fix(android): gracefully handle session and event insertion failures by @abhaysood in https://github.com/measure-sh/measure/pull/1008
* fix(android): overflow due to incorrect data type for time by @abhaysood in https://github.com/measure-sh/measure/pull/1014

**Full Changelog**: https://github.com/measure-sh/measure/compare/android-v0.4.0...0.5.0

## 0.4.0
#### Features
* Add ability to turn on logs for the SDK, logs are disabled by default by @abhaysood in https://github.com/measure-sh/measure/pull/925
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.5.0-SNAPSHOT
MEASURE_VERSION_NAME=0.5.0

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.4.0")
implementation("sh.measure:measure-android:0.5.0")
```

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

```groovy
implementation 'sh.measure:measure-android:0.4.0'
implementation 'sh.measure:measure-android:0.5.0'
```

### 4. Initialize the SDK
Expand Down

0 comments on commit 6daf7ff

Please sign in to comment.