Leanplum Android SDK 3.0.2
Adds support for android studio 3.0 and gradle 4.1.
Adds a callback for when Inbox was synced via forceContentUpdate.
Adds getDeviceId method.
If you are using an Adaptive Icon in Android O, an outstanding Android bug could cause an issue requiring a factory reset of the device. If you are using Adaptive Icon, you must include a regular icon named "leanplum_default_push_icon.png" to the "drawable" folder in order to avoid this. There is a Google issue: https://issuetracker.google.com/issues/68716460.
Bug Fixes
- AndroidO/AdaptiveIcons: Fix for System crash when the client receive… (#120) (ef79171)
- tests: Fix for failed testRegister test. (#107) (01494d2)
- tests: fix for triggered messages tests. (#106) (b1138ff)
Features
- constants: Change SDK version to 3.0.2-SNAPSHOT. (cffde82)
- gradle: adding support for android studio 3.0 and gradle 4.1 (#112) (f5c0b59)
- gradle: Bump COMPILE_SDK_VERSION to 27. (#119) (5a9552e)
- gradle: Bump support library to 27.0.2 (3c4781d)
- gradle: bump support library to 27.0.2 (#122) (8c2ef25)
- inbox: Callback for when Inbox was synced via forceContentUpdat… (#111) (1fe732b)
- Leanplum: Adds getDeviceId method. (#118) (ca5c8c0)