Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Optimizely Android X SDK Changelog

## 5.1.1
January 20th, 2025

### Bug Fixes
* Fix Maven publish error ([#519](https://github.com/optimizely/android-sdk/pull/519)).
Comment thread
FarhanAnjum-opti marked this conversation as resolved.
Outdated

### Enhancements
* Upgrade Java Core SDK to 4.3.1 from 4.3.0.
Comment thread
FarhanAnjum-opti marked this conversation as resolved.

## 5.1.0
December 19th, 2025

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ext {
build_tools_version = "35.0.0"
min_sdk_version = 21
target_sdk_version = 35
java_core_ver = "4.3.0"
java_core_ver = "4.3.1"
android_logger_ver = "1.3.6"
jacksonversion= "2.11.2"
annotations_ver = "1.2.0"
Expand Down
Loading