Merge branch 'main' into compose-refactor

This commit is contained in:
Super12138 2025-02-07 20:25:55 +08:00 committed by GitHub
commit aa3ad693b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: set up JDK 21 - name: set up JDK 21
uses: actions/setup-java@v4.6.0 uses: actions/setup-java@v4.7.0
with: with:
java-version: '21' java-version: '21'
distribution: 'temurin' distribution: 'temurin'
@ -41,7 +41,7 @@ jobs:
- name: Upload APK - name: Upload APK
if: success() && github.event_name != 'pull_request' && github.repository == 'Super12138/ToDo' if: success() && github.event_name != 'pull_request' && github.repository == 'Super12138/ToDo'
uses: actions/upload-artifact@v4.5.0 uses: actions/upload-artifact@v4.6.0
with: with:
name: Release name: Release
path: ${{ github.workspace }}/app/build/outputs/apk/release path: ${{ github.workspace }}/app/build/outputs/apk/release

View file

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME