Builder Update | Release Notes

UPDATE 4.9.10

NEW CHANGES

  • The new FirebaseRealtimeDB Component was released in the last update with most of the SDK functions implemented as blocks but this was confusing to most users. We’ve decided to rename the blocks to be more in line with the old component.

  • Added proper hints and documentation for the new FirebaseRealtimeDB component. You can know what each block does by hovering over the block.

BUG FIXES

  • Fixed Firebase java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/firebase/appcheck/interop/InternalAppCheckTokenProvider issue.

3 Likes

UPDATE 4.9.11

NEW CHANGES

  • Changed some FirebaseRealtimeDB Components blocks to properly handle Lists and other data types.

2 Likes

BETA UPDATE 4.9.12

NEW CHANGES

  • Updated Android SDK Version to 36 (Android 16.0). You can now change target versions to newer versions of the Android SDK

3 Likes

BETA UPDATE 4.9.13

NEW CHANGES

  • Changed the way we handle status bar visibility and colors, Status bar on Android SDK Version 35+ should now work as expected for all users.
    Disabling Status bar and Title should now give you a complete edge to edge application on SDK Versions 35+.

4 Likes

BETA UPDATE 4.9.14

BUG FIXES

  • Fixed Status Bar Color, not changing on SDK Version 35+. You can now change colors using blocks or the designer property.
  • Fixed Status bar visible property not working using blocks.

Make Sure to change Target SDK for the new Status bar to work properly in newer Android Versions.

2 Likes

BUILDER HAS BEEN UPDATED TO VERSION 4.9.14

1 Like

BETA UPDATE 4.9.15

BUG FIXES

  • Fixed an issue where the navigation bar was overlapping app content. The navigation bar now works correctly on Android 15+ (as it did on previous versions).

3 Likes