Releases: rakutentech/android-sdkutils
Releases · rakutentech/android-sdkutils
v2.2.0
- SDKCF-6859: Added EventLogger feature which sends events to a remote API server. It is intended to be used internally by Rakuten's SDKs. See Event Logger section for details.
v2.1.1
- SDKCF-5737: Reverted
Logger
constructor to single parameter.
v2.1.0
- SDKCF-5307: Added version string resource which can be referenced by the name
sdk_utils__version
. - SDKCF-4921: Added support for building with Java 11.
v2.0.0
- SDKCF-5390: Breaking Changes: Moved
setDebugLevel()
andsetDebug()
APIs from static toLogger
class APIs. This will allow multiple SDK app dependencies to have their own debug logging configuration.- Deprecated
Logger.setDebugLevel()
andLogger.setDebug()
static APIs. These APIs will no longer work but not removed to avoid crashes on incompatible SDK versions.
- Deprecated
v1.2.0
- SDKCF-5292: Set initOrder of the content provider to a high value to make sure that it is initialized before the host app ContentProvider.