Manage delegated admins

Upgrade AGP and gradle wrapper version
Fix navigation bug of Shizuku
Fix Action build
This commit is contained in:
BinTianqi
2025-01-23 21:21:51 +08:00
parent 0b90d7c0f3
commit a8392adb42
12 changed files with 223 additions and 38 deletions

View File

@@ -61,9 +61,9 @@ jobs:
upload-telegram:
name: Upload Builds
if: github.ref_name == 'dev'
runs-on: ubuntu-latest
needs: ["build"]
needs: build
if: github.ref == 'refs/heads/dev'
steps:
- name: Download Artifacts
uses: actions/download-artifact@v4