Skip to content

Commit 99fb082

Browse files
committed
clean up
1 parent 4360977 commit 99fb082

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ Feature Rollouts enable progressive rollouts with full impact analytics, metric
1111
and confidence intervals.
1212
See [Feature Rollout docs](https://support.optimizely.com/hc/en-us/articles/45552846481037-Run-Feature-Rollouts-in-Feature-Experimentation) for more information.
1313

14-
- Add Feature Rollout support ([#524](https://github.com/optimizely/android-sdk/pull/524))
15-
- Remove source clear cron workflow ([#523](https://github.com/optimizely/android-sdk/pull/523))
14+
- Update to use the Optimizely [Java SDK 4.4.0](https://github.com/optimizely/java-sdk/releases/tag/4.4.0)
15+
16+
### Fixes and Improvements
17+
1618
- Update cmab error handling ([#522](https://github.com/optimizely/android-sdk/pull/522))
17-
- Option to run local java-sdk lib ([#521](https://github.com/optimizely/android-sdk/pull/521))
19+
1820

1921
## 5.1.1
2022
January 20th, 2025

gradle.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Maven local version (when android-sdk built for local maven repo)
2-
version = 5.2.0
1+
# Maven version
2+
# - keep SNAPSHOT for fallback for local build version
3+
version = 0.0.0-SNAPSHOT
34

45
android.enableJetifier=true
56
android.useAndroidX=true

0 commit comments

Comments
 (0)