Confirmed users
3,339
edits
(→Sprint Planning: Update JDK and NDK LTS links) |
(→Sprint Planning: JDK 17 and 21) |
||
| Line 144: | Line 144: | ||
* [https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt#L54-L57 Fenix's compose_version] vs [https://developer.android.com/jetpack/androidx/releases/compose-compiler latest Compose Compiler version] | * [https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt#L54-L57 Fenix's compose_version] vs [https://developer.android.com/jetpack/androidx/releases/compose-compiler latest Compose Compiler version] | ||
* [https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt#L17 Fenix's Kotlin compiler version] vs [https://github.com/JetBrains/kotlin/releases latest Kotlin compiler version] | * [https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt#L17 Fenix's Kotlin compiler version] vs [https://github.com/JetBrains/kotlin/releases latest Kotlin compiler version] | ||
* [https://searchfox.org/mozilla-central/source/python/mozboot/mozboot/android.py#44-46 Fenix's JDK version] vs the [https://www.oracle.com/java/technologies/ | * [https://searchfox.org/mozilla-central/source/python/mozboot/mozboot/android.py#44-46 Fenix's JDK version] vs the [https://www.oracle.com/java/technologies/javase/17u-relnotes.html JDK 17 LTS version] and the [https://www.oracle.com/java/technologies/javase/21u-relnotes.html latest JDK 21 LTS version]. The [https://www.oracle.com/java/technologies/java-se-support-roadmap.html next JDK LTS] version will be 25 in September 2025. TODO: Update to JDK LTS 21 in {{bug|1785929}}. | ||
* [https://searchfox.org/mozilla-central/source/python/mozboot/mozboot/android.py#23 Fenix's NDK version] vs the [https://developer.android.com/ndk/downloads/revision_history latest NDK LTS version]. The next NDK LTS will be r27 in 2024 H2. TODO: Update to NDK r26 LTS in {{bug|1822171}}. | * [https://searchfox.org/mozilla-central/source/python/mozboot/mozboot/android.py#23 Fenix's NDK version] vs the [https://developer.android.com/ndk/downloads/revision_history latest NDK LTS version]. The next NDK LTS will be r27 in 2024 H2. TODO: Update to NDK r26 LTS in {{bug|1822171}}. | ||
* TBD: Update Gradle and its dependencies? | * TBD: Update Gradle and its dependencies? | ||