Releases: adjust/android_sdk
Maven build fix
Using local repository in Maven for Google Play Services dependency.
Instructions at Maven Guide.
Migration Guide.
Gradle build fix
Add deep link parameters
Add deep link parameters
Fix new fields on migrating devices
Add option to disable the SDK temporarily
Add option to disable and enable the SDK temporarily.
Added support for Google Play Services Advertising ID
In-App Source Access
Add listener to support in-app source access.
We renamed AdjustIo
to Adjust
. Please refer to the migration guide to update your projects.
Add option to disable offline tracking
Offline tracking can be disabled by adding this line to your AndroidManifest.xml
.
<meta-data android:name="AdjustIoDropOfflineActivities" android:value="true" />
This is generally advised against. Only do this if you know what you're doing.
Bugfixes
Fix bugs introduced in recent refactorings.
Handle PackageQueue persistence NullPointerExceptions
Support for SDK wrappers
Support for SDK wrappers for Unity and Adobe Air
Also fixes a crash that resulted from our changed ActivityPackage representation that was introduced in v2.1.2
.
Big cleanup, fix context crash
Check out our migration guide.