Skip to content

Commit c86ec8c

Browse files
chore(release): 1.20.4 [skip ci]
## [1.20.4](v1.20.3...v1.20.4) (2025-03-17) ### Bug Fixes * Mediator flaky test ([#256](#256)) ([7dacdfa](7dacdfa)) * remove synchronized on mediator ([#254](#254)) ([d71d59b](d71d59b))
1 parent 7dacdfa commit c86ec8c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.20.4](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.20.3...v1.20.4) (2025-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* Mediator flaky test ([#256](https://github.com/amplitude/Amplitude-Kotlin/issues/256)) ([7dacdfa](https://github.com/amplitude/Amplitude-Kotlin/commit/7dacdfa20c8fc5a9ad751c09fdee977bf1db3af0))
7+
* remove synchronized on mediator ([#254](https://github.com/amplitude/Amplitude-Kotlin/issues/254)) ([d71d59b](https://github.com/amplitude/Amplitude-Kotlin/commit/d71d59be1c0f2bdc518d6839937b963b4b88ff76))
8+
19
## [1.20.3](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.20.2...v1.20.3) (2025-03-10)
210

311

android/build.gradle

Lines changed: 1 addition & 1 deletion
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.20.3'
11+
PUBLISH_VERSION = '1.20.4'
1212
PUBLISH_ARTIFACT_ID = 'analytics-android'
1313
}
1414

0 commit comments

Comments
 (0)