Skip to content

Commit

Permalink
chore: add note about java version
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn authored Dec 1, 2024
1 parent 9085bc1 commit 0c3ad06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions posts/2024/sdk_12_6_0_ga.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ This release adds stable support for Gradle 8, allowing to build even more moder
(aka Material You). In addition, it includes some performance improvements for list views and other features like
native support for iOS 18+ dark mode app icons.

**Important**: If you are using Android modules that were built with 12.6.0 or later in a project with a Titanium version prior to 12.6.0, you will see the following error:
```
Unsupported class file major version 61as the module was build with JAVA_17 and the app is trying to build with JAVA_11
```
To resolve this error, simply use 12.6.0+ or recompile it with a lower Titanium SDK version.

For a more detailed overview and all changes, see the release notes: [Titanium SDK 12.6.0.RC Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.0.RC_Release_Note.html).

## Install
Expand Down

0 comments on commit 0c3ad06

Please sign in to comment.