Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Optimizely Android X SDK Changelog

## 3.13.4
March 15th, 2023

- Update README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack. ([#450](https://github.com/optimizely/android-sdk/pull/450)).

### Bug Fixes
* Catch exception from event service and restart the service. ([#446](https://github.com/optimizely/android-sdk/pull/446)).

## 3.13.3
December 1st, 2022

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories {
}

dependencies {
implementation 'com.optimizely.ab:android-sdk:3.13.3'
implementation 'com.optimizely.ab:android-sdk:3.13.4'
}
```

Expand Down