mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Update Ktor to latest 2.3.X version
This commit is contained in:
@@ -78,9 +78,9 @@ dependencies {
|
||||
androidTestImplementation("androidx.test.ext:junit:1.3.0")
|
||||
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
|
||||
// For hosting web GUI
|
||||
implementation("io.ktor:ktor-server-core:2.3.12")
|
||||
implementation("io.ktor:ktor-server-netty:2.3.10")
|
||||
implementation("io.ktor:ktor-server-caching-headers:2.3.12")
|
||||
implementation("io.ktor:ktor-server-core:2.3.13")
|
||||
implementation("io.ktor:ktor-server-netty:2.3.13")
|
||||
implementation("io.ktor:ktor-server-caching-headers:2.3.13")
|
||||
|
||||
// Serial
|
||||
implementation("com.github.mik3y:usb-serial-for-android:3.7.0")
|
||||
|
||||
Reference in New Issue
Block a user