Skip to content

Commit

Permalink
chore: deps: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Sep 30, 2023
1 parent 9abcf42 commit 0f667a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "sdk.dir=${ANDROID_HOME}" > local.properties
- name: Setup Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- name: Build with Gradle
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
restore-keys: native-cache-

- name: Setup Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- name: Build with Gradle
run: |
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ changelog = { id = "org.jetbrains.changelog", version = "2.2.0" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "10.9.0" }
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "10.9.1" }

0 comments on commit 0f667a5

Please sign in to comment.