Skip to content

Commit cbcdd1e

Browse files
authored
[FSSDK-8952] chore: prepare for release 3.13.4 (#452)
* chore: prepare for release 3.13.4 * set java core version to 3.10.3 * removed comment * Revert "removed comment" This reverts commit a326808. * Revert "set java core version to 3.10.3" This reverts commit fe586f6. ---------
1 parent 390c464 commit cbcdd1e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 3.13.4
4+
March 15th, 2023
5+
6+
- 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)).
7+
8+
### Bug Fixes
9+
* Catch exception from event service and restart the service. ([#446](https://github.com/optimizely/android-sdk/pull/446)).
10+
311
## 3.13.3
412
December 1st, 2022
513

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
}
3434
3535
dependencies {
36-
implementation 'com.optimizely.ab:android-sdk:3.13.3'
36+
implementation 'com.optimizely.ab:android-sdk:3.13.4'
3737
}
3838
```
3939

0 commit comments

Comments
 (0)