Skip to content

Commit 7d28478

Browse files
Merge pull request #15 from ThePoultryMan/main
Update to Current Nightly Version
2 parents 81ad980 + f866ba4 commit 7d28478

File tree

9 files changed

+374
-200
lines changed

9 files changed

+374
-200
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ clean-gen-files:
125125
# === Vendoring of R8 ===
126126
vendor-r8:
127127
@echo "$(CYAN)📦 Vendoring R8...$(RESET)"
128-
mkdir -p ./vendor && curl -L -o ./vendor/r8.jar https://maven.google.com/com/android/tools/r8/8.9.35/r8-8.9.35.jar
128+
mkdir -p ./vendor && curl -L -o ./vendor/r8.jar https://maven.google.com/com/android/tools/r8/8.11.18/r8-8.11.18.jar
129129
@echo "$(CYAN)📦 R8 vendored!$(RESET)"
130130

131131
clean-vendor-r8:

java-linker/Cargo.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java-linker/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7+
java-locator = { version = "0.1.9", features = ["locate-jdk-only"] }
78
regex = "1.11.1"
89
ristretto_classfile = "0.17.0"
910
tempfile = "3.19.1"

0 commit comments

Comments
 (0)