Skip to content

Fuse SDK 2.5.0

Choose a tag to compare

@mortend mortend released this 15 Oct 17:51
· 64 commits to master since this release

Install

npm install [email protected]

Android notice

  • This version targets API 31 (Android 12), as required by Google Play Store starting in November 2022

  • Note that the latest version require Java 11. Older versions used to work on Java 8.

Troubleshooting: Make sure you have installed JDK 11 and run npm install [email protected] -g.

Changes since v2.4.0

Fuselibs 2.5.0

Click to see the full changelog!

Fuse.Controls.WebView

  • Upgrade PickImage for Android to version 3.0.01 (#1453)

Fuse.ImageTools

  • Prevent duplicate paths on iOS (#1451)

Fuse.LocalNotifications

  • Android 12 compatibility fix (#1452)

v2.4.0...v2.5.0

Uno 2.5.0

Click to see the full changelog!

Android

  • Upgrade to API 31 (#423)
  • Upgrade Gradle Plugin and dependencies (#423)

API 31 (Android 12) will be required by Google Play Store starting in November 2022.

BREAKING: Note that the new Gradle Plugin and new versions of dependencies require Java 11. Older versions used to work on Java 8.

If you run into trouble, make sure you have installed JDK 11 and run npm install android-build-tools -g to redetect your JDK installation.

Other changes

v2.4.1...v2.5.0