2.2.1
[2.2.1] - 2018-03-11
Changed
- The minimum polling interval is now 5 minutes, and the default event publishing interval is 30 seconds.
- HTTP requests are cached in the app's cache directory.
- The SDK now provides a
consumer-proguard-rules.pro
file containing recommended ProGuard rules. - Due to a Guava dependency update, we recommend a new ProGuard rule which you may need to add if the rules in
consumer-proguard-rules.pro
are not applied automatically:
-dontwarn com.google.errorprone.annotations.**
Fixed
- Restored support for Java 1.7.