You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@ IterableConfig config = new IterableConfig.Builder()
24
24
IterableApi.initialize(context, apiKey, config);
25
25
```
26
26
27
+
### Changed
28
+
- Thanks to @MGaetan89 for modernizing the test infrastructure by replacing deprecated Robolectric APIs with AndroidX Test alternatives and removing unnecessary dependencies.
0 commit comments