bump gradle to 9.4.0

This commit is contained in:
Miuzarte
2026-03-19 09:06:04 +08:00
parent 45f2df661b
commit b524ead08b
3 changed files with 4 additions and 5 deletions

View File

@@ -213,6 +213,6 @@ jobs:
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:
tag_name: ${{ github.ref_name }} tag_name: ${{ github.ref_name }}
name: ${{ github.repository }} ${{ github.ref_name }} name: ${{ github.ref_name }}
generate_release_notes: true generate_release_notes: true
files: dist/*.apk files: dist/*.apk

View File

@@ -832,7 +832,7 @@ fun DeviceTabScreen(
} }
}, },
) )
SectionSmallTitle(text = "无线配对", showLeadingSpacer = false) SectionSmallTitle(text = "无线配对")
// "使用配对码配对设备" // "使用配对码配对设备"
PairingCard( PairingCard(
busy = busy, busy = busy,

View File

@@ -1,8 +1,7 @@
#Thu Mar 19 07:51:35 HKT 2026 #Thu Mar 19 08:59:02 HKT 2026
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06 distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME