Skip to content

Commit

Permalink
Update rclone to 1.69.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
  • Loading branch information
chenxiaolong committed Feb 15, 2025
1 parent 02c922e commit eb2f030
Show file tree
Hide file tree
Showing 6 changed files with 537 additions and 506 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
submodules: true

- name: Validate gradle wrapper checksum
uses: gradle/actions/wrapper-validation@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
uses: gradle/actions/wrapper-validation@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0

- name: Set up JDK 21
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
with:
distribution: 'temurin'
java-version: 21
cache: gradle

- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
cache-dependency-path: rcbridge/go.sum
go-version-file: rcbridge/go.mod
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
activity-ktx = "1.9.3"
android-gradle-plugin = "8.8.0"
activity-ktx = "1.10.0"
android-gradle-plugin = "8.8.1"
appcompat = "1.7.0"
biometric = "1.1.0"
core-ktx = "1.15.0"
jgit = "7.1.0.202411261347-r"
espresso-core = "3.6.1"
exifinterface = "1.3.7"
fragment-ktx = "1.8.5"
fragment-ktx = "1.8.6"
junit = "1.2.1"
kotlin = "2.1.0"
kotlin = "2.1.10"
material = "1.12.0"
preference-ktx = "1.2.1"
security-crypto = "1.1.0-alpha06"
spotbugs = "4.8.6"
spotbugs = "4.9.1"

[libraries]
activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activity-ktx" }
Expand Down
Loading

0 comments on commit eb2f030

Please sign in to comment.