Skip to content

Commit

Permalink
chore(release): 1.12.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.2](1.12.1...1.12.2) (2024-08-20)

### Bug Fixes

* add consumer proguard rules; update kotlin & gradle; lint ([#57](#57)) ([cb1699c](cb1699c))
* load from storage async in init ([#58](#58)) ([827ce6b](827ce6b))
  • Loading branch information
amplitude-sdk-bot committed Aug 20, 2024
1 parent 827ce6b commit f1ee01d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.12.2](https://github.com/amplitude/experiment-android-client/compare/1.12.1...1.12.2) (2024-08-20)


### Bug Fixes

* add consumer proguard rules; update kotlin & gradle; lint ([#57](https://github.com/amplitude/experiment-android-client/issues/57)) ([cb1699c](https://github.com/amplitude/experiment-android-client/commit/cb1699c05471ee546b80c4477aa51334ecf92937))
* load from storage async in init ([#58](https://github.com/amplitude/experiment-android-client/issues/58)) ([827ce6b](https://github.com/amplitude/experiment-android-client/commit/827ce6bd46d5a62326b248a3235c8a4b3ea86c14))

## [1.12.1](https://github.com/amplitude/experiment-android-client/compare/1.12.0...1.12.1) (2024-01-29)


Expand Down
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
PUBLISH_NAME = 'Experiment Android SDK'
PUBLISH_DESCRIPTION = 'Amplitude Experiment client-side SDK for Android'
PUBLISH_GROUP_ID = 'com.amplitude'
PUBLISH_VERSION = '1.12.1'
PUBLISH_VERSION = '1.12.2'
PUBLISH_ARTIFACT_ID = 'experiment-android-client'
}

Expand Down

0 comments on commit f1ee01d

Please sign in to comment.