Content protection policy

Change targetSdk and compileSdk to 35
Fix GitHub action build.yml
Upgrade Compose BOM
This commit is contained in:
BinTianqi
2025-01-24 17:58:50 +08:00
parent a8392adb42
commit 6893ef58aa
16 changed files with 74 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build CI
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out repository
@@ -63,7 +63,6 @@ jobs:
name: Upload Builds
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/dev'
steps:
- name: Download Artifacts
uses: actions/download-artifact@v4