Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiří Wolker committed Oct 24, 2024
1 parent 86c1d5d commit da767ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ android {
}

dependencies {
implementation 'io.ktor:ktor-server-core:2.3.0'
implementation 'io.ktor:ktor-server-netty:2.2.4'
implementation 'io.ktor:ktor-server-websockets:2.2.4'
implementation("io.ktor:ktor-network-tls-certificates:2.2.4")
implementation 'io.ktor:ktor-server-core:3.0.0'
implementation 'io.ktor:ktor-server-netty:3.0.0'
implementation 'io.ktor:ktor-server-websockets:3.0.0'
implementation('io.ktor:ktor-network-tls-certificates:3.0.0')
implementation 'androidx.core:core-ktx:1.13.1'
//noinspection GradleDependency – 1.7.0 is broken.
implementation 'androidx.appcompat:appcompat:1.6.1'
Expand Down

0 comments on commit da767ad

Please sign in to comment.