From e7ec20a79cf32afb0a68761a41d2313511842e01 Mon Sep 17 00:00:00 2001 From: Eva Isabella Luna Date: Wed, 18 Jun 2025 14:36:31 -0600 Subject: [PATCH] [Renderers] Remove LTW from Amethyst Android Currently just from the workflow, will remove supporting code at a later time. Removing due to AngelAuraMC's goals and foundation being fundamentally incompatible with artDev and MojoLauncher's. --- .github/workflows/android.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 1e257116d..3ae9149d1 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -28,12 +28,6 @@ jobs: distribution: 'temurin' java-version: '21' - - name: Get LTW - run: | - apt update && apt install wget - cd app_pojavlauncher/libs - wget https://github.com/AngelAuraMC/LTW/releases/latest/download/ltw-release.aar - - name: Get JRE 8 uses: dawidd6/action-download-artifact@v9 with: