From 6a8491006c94d4f617cb392e3e82afa32330e451 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Tue, 13 Aug 2024 23:32:24 +0000 Subject: [PATCH] chore(release): 1.17.3 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ android/build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edc62939..53888361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/android/build.gradle b/android/build.gradle index 9218d162..84d298e4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' }