Skip to content

Commit

Permalink
chore(release): 1.16.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.16.1](v1.16.0...v1.16.1) (2024-03-04)

### Bug Fixes

* catch potential internal AssertionError from Properties.save() in Android 8 ([#183](#183)) ([78e93a9](78e93a9))
  • Loading branch information
amplitude-sdk-bot committed Mar 4, 2024
1 parent 78e93a9 commit bb3003c
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.16.1](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.16.0...v1.16.1) (2024-03-04)


### Bug Fixes

* catch potential internal AssertionError from Properties.save() in Android 8 ([#183](https://github.com/amplitude/Amplitude-Kotlin/issues/183)) ([78e93a9](https://github.com/amplitude/Amplitude-Kotlin/commit/78e93a994886559ac03203759685dfd4c0e9cf35))

# [1.16.0](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.15.0...v1.16.0) (2024-03-01)


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

Expand Down

0 comments on commit bb3003c

Please sign in to comment.