Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Clone code"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: "Lint code"
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: macos-latest
steps:
- name: "Clone code"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: "Set up Adopt OpenJDK 17"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest
steps:
- name: "Clone code"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
fetch-tags: true
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ kotlin = "2.2.21"
coroutines = "1.10.2"
datetime = "0.7.1-0.6.x-compat"
stately = "2.1.0"
androidGradle = "8.10.0"
androidGradle = "9.3.1"
ktlint = "14.2.0"
detekt = "1.23.8"
outdated = "0.54.0"
outdated = "0.59.0"
kmmbridge = "1.2.1"
privacy = "1.0.0"

Expand Down
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 @@
#Mon Jul 04 07:32:53 CEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Loading