diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e50baac4f..450a476ed 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -34,5 +34,5 @@ jobs: uses: actions/upload-artifact@v3 with: name: apk-debug - path: app/build/outputs/apk/debug/app-debug.apk + path: app/build/outputs/apk/debug diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a1674858..e9e71a16e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: - name: Upload release apk uses: actions/upload-artifact@v3 with: - name: apk-release.apk - path: app/build/outputs/apk/release/app-release.apk + name: apk-release + path: app/build/outputs/apk/release diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1bfb97157..edd2f1ff8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -199,7 +199,7 @@ dependencies { implementation("org.lsposed.hiddenapibypass:hiddenapibypass:4.3") implementation("org.slf4j:slf4j-simple:2.0.9") - val shizukuVersion = "13.1.4" + val shizukuVersion = "13.1.5" implementation("dev.rikka.shizuku:api:$shizukuVersion") // Add this line if you want to support Shizuku