Skip to content

Commit

Permalink
chore(release): 1.17.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.17.3](v1.17.2...v1.17.3) (2024-08-13)

### Bug Fixes

* only track button text for the elementInteraction option of autocapture ([#219](#219)) ([d566c74](d566c74))
  • Loading branch information
amplitude-sdk-bot committed Aug 13, 2024
1 parent d566c74 commit 6a84910
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.17.3](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.17.2...v1.17.3) (2024-08-13)


### Bug Fixes

* only track button text for the elementInteraction option of autocapture ([#219](https://github.com/amplitude/Amplitude-Kotlin/issues/219)) ([d566c74](https://github.com/amplitude/Amplitude-Kotlin/commit/d566c7421c648e52efecd976204bb30d8e2e61f3))

## [1.17.2](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.17.1...v1.17.2) (2024-08-13)


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.17.2'
PUBLISH_VERSION = '1.17.3'
PUBLISH_ARTIFACT_ID = 'analytics-android'
}

Expand Down

0 comments on commit 6a84910

Please sign in to comment.