Skip to content

Commit 5dfc587

Browse files
chore(release): 1.19.3 [skip ci]
## [1.19.3](v1.19.2...v1.19.3) (2025-01-14) ### Bug Fixes * autocapture missing events fix ([#232](#232)) ([7476456](7476456))
1 parent 7476456 commit 5dfc587

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.19.3](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.19.2...v1.19.3) (2025-01-14)
2+
3+
4+
### Bug Fixes
5+
6+
* autocapture missing events fix ([#232](https://github.com/amplitude/Amplitude-Kotlin/issues/232)) ([7476456](https://github.com/amplitude/Amplitude-Kotlin/commit/74764561d2c87c5eb6f59198822f93ca249178ad))
7+
18
## [1.19.2](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.19.1...v1.19.2) (2024-11-14)
29

310

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ext {
88
PUBLISH_NAME = 'Amplitude Android Kotlin SDK'
99
PUBLISH_DESCRIPTION = 'Amplitude Kotlin client-side SDK for Android'
1010
PUBLISH_GROUP_ID = 'com.amplitude'
11-
PUBLISH_VERSION = '1.19.2'
11+
PUBLISH_VERSION = '1.19.3'
1212
PUBLISH_ARTIFACT_ID = 'analytics-android'
1313
}
1414

0 commit comments

Comments
 (0)