Skip to content

Commit

Permalink
Legal[ltw]: make LTW optional
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Jan 13, 2025
1 parent d6bf29d commit fe6ff8b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ jobs:
distribution: 'temurin'
java-version: '8'

- name: Get LTW
uses: dawidd6/action-download-artifact@v2

This comment has been minimized.

Copy link
@palestine460

palestine460 Jan 14, 2025

What?

with:
github_token: ${{secrets.LTW_CLONER_SECRET}}
workflow: android.yml
workflow_conclusion: success
name: output-aar
path: app_pojavlauncher/libs

- name: Get JRE 8
uses: dawidd6/action-download-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion app_pojavlauncher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,5 @@ dependencies {

// implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0'

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
}
Binary file not shown.
Binary file not shown.
Binary file removed app_pojavlauncher/src/main/jniLibs/x86/libltw.so
Binary file not shown.
Binary file removed app_pojavlauncher/src/main/jniLibs/x86_64/libltw.so
Binary file not shown.

0 comments on commit fe6ff8b

Please sign in to comment.