We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b82de commit b5e8a64Copy full SHA for b5e8a64
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Optimizely Android X SDK Changelog
2
3
+## 4.1.0
4
+November 13th, 2024
5
+
6
+### New Features
7
+* Batch UPS lookup and save calls in decideAll and decideForKeys methods ([#498](https://github.com/optimizely/android-sdk/pull/498)).
8
9
## 4.0.4
10
September 10th, 2024
README.md
@@ -33,7 +33,7 @@ repositories {
33
}
34
35
dependencies {
36
- implementation 'com.optimizely.ab:android-sdk:4.0.4'
+ implementation 'com.optimizely.ab:android-sdk:4.1.0'
37
38
```
39
0 commit comments