build(Needs bump): Use ReVanced Patches Gradle plugin to configure the build system

This commit is contained in:
oSumAtrIX
2024-07-18 04:30:10 +02:00
parent afde3145e6
commit 624a4964c1
13 changed files with 70 additions and 152 deletions

View File

@@ -20,6 +20,12 @@ jobs:
persist-credentials: false
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1