Skip to content

Commit

Permalink
Merge branch 'main' into compose-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 authored Feb 7, 2025
2 parents 758f099 + a181480 commit aa3ad69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: set up JDK 21
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
java-version: '21'
distribution: 'temurin'
Expand All @@ -41,7 +41,7 @@ jobs:

- name: Upload APK
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:
name: Release
path: ${{ github.workspace }}/app/build/outputs/apk/release
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
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
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit aa3ad69

Please sign in to comment.