Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2023
1 parent 8444713 commit c7fe52e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'

Expand All @@ -23,7 +23,7 @@ jobs:
run: echo "CurrentDate=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: Set Up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.5"
kotlinCompilerExtensionVersion = "1.5.6"
}
}

Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
activity-compose = "1.8.1"
androidGradlePlugin = "8.1.4"
activity-compose = "1.8.2"
androidGradlePlugin = "8.2.0"
androidxAppCompat = "1.6.1"
androidxCore = "1.12.0"
composeBom = "2023.10.01"
constraintlayout = "2.1.4"
gvraudio = "1.180.0"
gvraudio = "1.190.0"
joml = "1.10.5"
kotlin = "1.9.20"
kotlin = "1.9.21"
lifecycle-runtime-ktx = "2.6.2"
material = "1.10.0"
media3 = "1.2.0"
Expand Down

0 comments on commit c7fe52e

Please sign in to comment.