Skip to content

Releases: adjust/android_sdk

Maven build fix

08 May 10:27
Compare
Choose a tag to compare

Using local repository in Maven for Google Play Services dependency.
Instructions at Maven Guide.
Migration Guide.

Gradle build fix

29 Apr 13:45
Compare
Choose a tag to compare

Add deep link parameters

16 Apr 13:59
Compare
Choose a tag to compare

Add deep link parameters
Fix new fields on migrating devices

Migration Guide.

Add option to disable the SDK temporarily

07 Apr 15:18
Compare
Choose a tag to compare

Add option to disable and enable the SDK temporarily.
Added support for Google Play Services Advertising ID

Migration Guide.

In-App Source Access

24 Feb 14:10
Compare
Choose a tag to compare

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

13 Jan 12:31
Compare
Choose a tag to compare

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.

Migration Guide.

Bugfixes

10 Jan 12:50
Compare
Choose a tag to compare

Fix bugs introduced in recent refactorings.

Migration Guide.

Handle PackageQueue persistence NullPointerExceptions

26 Nov 12:19
Compare
Choose a tag to compare

Support for SDK wrappers

21 Nov 12:19
Compare
Choose a tag to compare

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.

Migration Guide.

Big cleanup, fix context crash

15 Nov 17:22
Compare
Choose a tag to compare