From 0c3ad06fd5d9e6b3269bd095c12ec1c0b81e1a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Sun, 1 Dec 2024 18:52:19 +0100 Subject: [PATCH] chore: add note about java version --- posts/2024/sdk_12_6_0_ga.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/posts/2024/sdk_12_6_0_ga.md b/posts/2024/sdk_12_6_0_ga.md index 3dff88a..e3e404e 100644 --- a/posts/2024/sdk_12_6_0_ga.md +++ b/posts/2024/sdk_12_6_0_ga.md @@ -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