Skip to content

Commit

Permalink
chore(release): 1.9.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.2](v1.9.1...v1.9.2) (2023-06-13)

### Bug Fixes

* do not fetch advertising Id if adid tracking is disabled ([#125](#125)) ([7e570a2](7e570a2))
  • Loading branch information
amplitude-sdk-bot committed Jun 13, 2023
1 parent 7e570a2 commit aed1add
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.9.2](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.9.1...v1.9.2) (2023-06-13)


### Bug Fixes

* do not fetch advertising Id if adid tracking is disabled ([#125](https://github.com/amplitude/Amplitude-Kotlin/issues/125)) ([7e570a2](https://github.com/amplitude/Amplitude-Kotlin/commit/7e570a291288c62a89d1ef6a1839f01465f40801))

## [1.9.1](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.9.0...v1.9.1) (2023-06-03)


Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
PUBLISH_NAME = 'Amplitude Android Kotlin SDK'
PUBLISH_DESCRIPTION = 'Amplitude Kotlin client-side SDK for Android'
PUBLISH_GROUP_ID = 'com.amplitude'
PUBLISH_VERSION = '1.9.1'
PUBLISH_VERSION = '1.9.2'
PUBLISH_ARTIFACT_ID = 'analytics-android'
}

Expand Down

0 comments on commit aed1add

Please sign in to comment.