cirruslabs / docker-images-android

Android SDK Docker Images
MIT License
39 stars 18 forks source link

Upgrade OpenJDK from 17 to 21 #67

Open bartekpacia opened 4 months ago

bartekpacia commented 4 months ago

21 is the latest LTS release.

https://github.com/cirruslabs/docker-images-android/blob/f8eeb863ecb661af5c22b4e45041f45ba042c5b0/sdk/tools/Dockerfile#L22

fkorotkov commented 4 months ago

I think this is dictated but Android SDK: https://developer.android.com/build/jdks

bartekpacia commented 4 months ago

If you mean this table:

Screenshot 2024-05-03 at 20 55 31

then I unuderstand that 17 is the minimal required JDK, not the required.

bartekpacia commented 4 months ago

I found a blogpost from Jake Wharton that is relevant to this issue.

bartekpacia commented 2 months ago

ping @fkorotkov:)