Releases: britzl/defold-sharing
Defold Sharing 4.5.0
Defold Sharing 4.4.0
CHANGE: Updated to support Emscripten 3.1 used in Defold 1.7.1
Defold Sharing 4.3.1
FIX: Updated extension to work with newer Gradle version
Defold Sharing 4.3.0
CHANGE: For sharing images in HTML5 builds the mime type is now guessed from the file extension, unless sharing the image as a DataURL in which case the mime type is expected to be part of the data url.
Defold Sharing 4.2.1
FIX: When calling share.file()
on html5 with title, text or url set to null they were in fact sent as empty strings as opposed to not sent at all. Thanks @sergeysinyavsky
Defold Sharing 4.2.0
NEW: HTML5 support. Thanks to @sergeysinyavsky
Defold Sharing 4.1.0
CHANGE: Updated gradle dependency to use androidx.core:core:1.6.+
Defold Sharing 4.0.2
FIX: Changed Android dependency to fix a build error
Defold Sharing 4.0.1
NEW: Updated to Android X
Defold Sharing 3.0.0
CHANGE: The extension now uses Gradle to resolve dependencies. Please update your game.project library dependencies and remove the previously required Google Play Services dependency.