Skip to content

Commit

Permalink
Update dependencies & enable Windows code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 28, 2024
1 parent b1d2b9a commit 223c12b
Show file tree
Hide file tree
Showing 9 changed files with 329 additions and 17 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ jobs:
sign_windows_binary:
runs-on: windows-latest
needs: [create_release, build_desktop_app]
if: false # waiting on signpath to enable this
steps:
- uses: actions/download-artifact@v4
name: Download Artifacts from Windows
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ on:
workflow_dispatch:
release:
types:
- published
- created
- released
- prereleased

- edited

jobs:
winget:
if: false # Waiting for signpath
name: Update winget manifest
runs-on: windows-latest
steps:
Expand Down
10 changes: 10 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified .idea/misc.xml
Binary file not shown.
296 changes: 296 additions & 0 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ kotlin = "2.0.20"
ktor = "2.3.12"
kmongo = "5.1.0"
kord = "0.14.0"
mikbot = "3.35.4"
ksp = "2.0.20-1.0.24"
mikbot = "3.37.3"
ksp = "2.0.20-1.0.25"
kordex = "1.9.0-SNAPSHOT"
android = "8.5.2"
compose = "1.6.11"
compose-wear = "1.3.1"
android = "8.6.1"
compose = "1.7.0-beta02"
compose-wear = "1.4.0"
lyricist = "1.7.0"
google-play = "2.1.0"
coroutines = "1.9.0-RC"
coroutines = "1.9.0"
play-services-wearable = "18.2.0"
horologist = "0.6.18"
protobuf = "4.27.3"
coil = "3.0.0-SNAPSHOT"

[libraries]
kotlinx-serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.1" }
kotlinx-serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.3" }
kmongo-id-serialization = { group = "org.litote.kmongo", name = "kmongo-id-serialization", version.ref = "kmongo" }
kmongo-serialization = { group = "org.litote.kmongo", name = "kmongo-serialization", version.ref = "kmongo" }
kord-common = { group = "dev.kord", name = "kord-common", version.ref = "kord" }
Expand Down Expand Up @@ -56,11 +56,11 @@ kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version =
lyricist = { group = "cafe.adriel.lyricist", name = "lyricist", version.ref = "lyricist" }
lyricist-processor = { group = "cafe.adriel.lyricist", name = "lyricist-processor", version.ref = "lyricist" }

logback = { group = "ch.qos.logback", name = "logback-classic", version = "1.5.7" }
logback = { group = "ch.qos.logback", name = "logback-classic", version = "1.5.8" }

kvault = { group = "com.liftric", name = "kvault", version = "1.12.0" }

androidx-activity = { group = "androidx.activity", name = "activity-compose", version = "1.9.1" }
androidx-activity = { group = "androidx.activity", name = "activity-compose", version = "1.9.2" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.7.0" }
androidx-core = { group = "androidx.core", name = "core-ktx", version = "1.13.1" }
androidx-browser = { group = "androidx.browser", name = "browser", version = "1.8.0" }
Expand Down
Loading

0 comments on commit 223c12b

Please sign in to comment.