Skip to content

Commit 598a421

Browse files
chore(release): 1.20.2 [skip ci]
## [1.20.2](v1.20.1...v1.20.2) (2025-02-28) ### Bug Fixes * adding ability to track revenue currency ([#244](#244)) ([f33552b](f33552b))
1 parent f33552b commit 598a421

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.20.2](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.20.1...v1.20.2) (2025-02-28)
2+
3+
4+
### Bug Fixes
5+
6+
* adding ability to track revenue currency ([#244](https://github.com/amplitude/Amplitude-Kotlin/issues/244)) ([f33552b](https://github.com/amplitude/Amplitude-Kotlin/commit/f33552b6b7b8b4bb4cfc2011592d61284e83d79b))
7+
18
## [1.20.1](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.20.0...v1.20.1) (2025-02-25)
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.20.1'
11+
PUBLISH_VERSION = '1.20.2'
1212
PUBLISH_ARTIFACT_ID = 'analytics-android'
1313
}
1414

0 commit comments

Comments
 (0)