mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
chore: bump JVM target from 17 to 21
Metro gradle plugin requires JVM 21+. Update all JDK 17 references: - app/build.gradle.kts: sourceCompatibility, targetCompatibility, jvmTarget - .devcontainer: base image java:1-17-bookworm → java:1-21-bookworm - docs: .github/copilot-instructions.md and CLAUDE.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "TRMNL Android",
|
||||
"image": "mcr.microsoft.com/devcontainers/java:1-17-bookworm",
|
||||
"image": "mcr.microsoft.com/devcontainers/java:1-21-bookworm",
|
||||
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/git:1": {},
|
||||
|
||||
Reference in New Issue
Block a user