aboutsummaryrefslogtreecommitdiff
path: root/versions
diff options
context:
space:
mode:
Diffstat (limited to 'versions')
-rw-r--r--versions2
1 files changed, 2 insertions, 0 deletions
diff --git a/versions b/versions
index bb4987a..ad2e9ca 100644
--- a/versions
+++ b/versions
@@ -12,6 +12,7 @@ RSYNC_URL=https://download.samba.org/pub/rsync/src/rsync-${RSYNC_VERSION}.tar.gz
GO_VERSION=1.25.0
# Android toolchain. ANDROID_NDK is the sdkmanager package revision.
+# JDK_RELEASE is the exact Temurin GA build; JDK_VERSION its major.
ANDROID_NDK=27.2.12479018
ANDROID_CMDLINE_TOOLS=11076708
ANDROID_BUILD_TOOLS=35.0.0
@@ -22,6 +23,7 @@ AGP_VERSION=8.7.3
GRADLE_VERSION=8.9
KOTLIN_VERSION=2.0.21
JDK_VERSION=17
+JDK_RELEASE=17.0.19+10
# Native ABIs to build. arm64-v8a ships on the phone; x86_64 is for host and
# emulator tests. Add armeabi-v7a to support 32-bit phones.