Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #865

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/call-create-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
BASELINE_FILE_PATH: ${{ steps.create_baseline_file_path.outputs.BASELINE_FILE_PATH }}
steps:
- name: Checkout Git repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: gradle/wrapper-validation-action@216d1ad2b3710bf005dc39237337b9673fd8fcd5 # v3
8 changes: 4 additions & 4 deletions .github/workflows/internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Update gradle cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
matrix:
target: [ "gh_gms", "gh_nogms", "googleplay" ]
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- uses: actions/download-artifact@master
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
runs-on: ubuntu-latest
needs: build_number
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ build_internal_release, build_internal_release_gms_wearos, build_number ]
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: "Run unit tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand All @@ -50,7 +50,7 @@ jobs:
name: "Check project by detekt"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand All @@ -66,7 +66,7 @@ jobs:
name: "Check project by android`s lint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: "Checking that changelog has changed"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Get change status for CHANGELOG.md
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: "Build release"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand All @@ -43,7 +43,7 @@ jobs:
name: "Build debug"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand All @@ -59,7 +59,7 @@ jobs:
name: "Build internal"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
matrix:
target: [ "gh_gms", "gh_nogms", "googleplay" ]
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: ubuntu-latest
needs: build_number
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }}
needs: [ build_release, build_release_gms_wearos, build_number ]
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
needs: [ build_release ]
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
Expand All @@ -285,7 +285,7 @@ jobs:
needs: [ build_release_gms_wearos ]
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
Expand Down
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
# You also need to bump the version of ksp, anvil, compose
kotlin-general = "1.9.24" # https://kotlinlang.org/docs/releases.html#release-details
kotlin-general = "2.0.0" # https://kotlinlang.org/docs/releases.html#release-details
kotlin-immutable-collections = "0.3.7" # https://github.com/Kotlin/kotlinx.collections.immutable/releases
kotlin-datetime = "0.6.0" # https://github.com/Kotlin/kotlinx-datetime/releases
kotlinx = "1.8.1" # https://github.com/Kotlin/kotlinx.coroutines/releases
ksp = "1.9.24-1.0.20" # https://github.com/google/ksp/releases
ksp = "2.0.0-1.0.21" # https://github.com/google/ksp/releases
anvil = "2.4.9" # https://github.com/square/anvil/releases
anvil-utils = "0.1.0" # https://github.com/IlyaGulya/anvil-utils/releases
android-gradle = "8.4.1" # https://developer.android.com/studio/releases/gradle-plugin
protobuf = "4.26.1" # https://github.com/protocolbuffers/protobuf/releases
protobuf = "4.27.0" # https://github.com/protocolbuffers/protobuf/releases
protobuf-gradle = "0.9.4" # https://github.com/google/protobuf-gradle-plugin/releases
compose-material = "1.6.7" # https://developer.android.com/jetpack/androidx/releases/compose#versions
compose-foundation = "1.6.7" # https://developer.android.com/jetpack/androidx/releases/compose#versions
Expand All @@ -20,7 +20,7 @@ compose-constraint = "1.0.1" # https://developer.android.com/jetpack/compose/lay
compose-paging = "3.3.0" # https://developer.android.com/jetpack/androidx/releases/paging
compose-drag-drop = "0.9.6" # https://github.com/aclassen/ComposeReorderable/releases
compose-multiplatform = "1.6.10" # https://github.com/JetBrains/compose-multiplatform/releases
horologist = "0.6.11" # https://github.com/google/horologist/releases
horologist = "0.6.12" # https://github.com/google/horologist/releases
serialization-json = "1.6.3" # https://github.com/Kotlin/kotlinx.serialization/releases
wear = "1.3.0" # https://developer.android.com/jetpack/androidx/releases/wear
wear-gms = "18.1.0" # https://mvnrepository.com/artifact/com.google.android.gms/play-services-wearable?repo=google
Expand All @@ -44,19 +44,19 @@ ble-kotlin = "1.0.16" # https://github.com/NordicSemiconductor/Kotlin-BLE-Librar
# don't update to 2.x, unless the ble-kotlin is also updated. PR: https://github.com/arcao/slf4j-timber/pull/12
slf4j = "1.7.36" # https://github.com/qos-ch/slf4j/tags
slf4j-timber = "3.1" # https://github.com/arcao/slf4j-timber
lottie = "6.4.0" # https://github.com/airbnb/lottie/blob/master/android-compose.md
lottie = "6.4.1" # https://github.com/airbnb/lottie/blob/master/android-compose.md
material = "1.12.0" # https://github.com/material-components/material-components-android/releases
splashscreen = "1.1.0-rc01" # https://developer.android.com/jetpack/androidx/releases/core
annotations = "1.8.0" # https://developer.android.com/jetpack/androidx/releases/annotation
appcompat = "1.6.1" # https://developer.android.com/jetpack/androidx/releases/appcompat
datastore = "1.1.1" # https://developer.android.com/topic/libraries/architecture/datastore
# https://github.com/vsch/flexmark-java/issues/442
flexmark = "0.42.14" # https://github.com/vsch/flexmark-java/tags
markdown = "0.16.0" # https://github.com/mikepenz/multiplatform-markdown-renderer/releases
markdown = "0.20.0" # https://github.com/mikepenz/multiplatform-markdown-renderer/releases
ktor = "2.3.11" # https://ktor.io/
apache-compress = "1.26.1" # https://commons.apache.org/proper/commons-compress/
apache-compress = "1.26.2" # https://commons.apache.org/proper/commons-compress/
apache-codec = "1.17.0" # https://mvnrepository.com/artifact/commons-codec/commons-codec
countly = "24.4.0" # https://github.com/Countly/countly-sdk-android/releases
countly = "24.4.1" # https://github.com/Countly/countly-sdk-android/releases
grgit-gradle = "8d818b74b9"
work = "2.9.0" # https://developer.android.com/jetpack/androidx/releases/work
coil = "2.6.0" # https://github.com/coil-kt/coil/releases
Expand All @@ -83,7 +83,7 @@ profileinstaller = "1.3.1" # https://developer.android.com/topic/performance/bas
detekt = "1.23.6" # https://detekt.dev/docs/gettingstarted/gradle/
detekt-ruleset-compiler = "0.0.4" # https://github.com/BraisGabin/detekt-compiler-rules/releases
detekt-ruleset-ktlint = "0.50.0" # https://github.com/pinterest/ktlint/releases
detekt-ruleset-compose = "0.4.1" # https://github.com/mrmans0n/compose-rules/releases
detekt-ruleset-compose = "0.4.2" # https://github.com/mrmans0n/compose-rules/releases

# Firebase
google-gms-gradle = "4.4.1" # https://developers.google.com/android/guides/google-services-plugin
Expand Down
Loading