Skip to content

Commit

Permalink
-Cupertino Adaptive Impl
Browse files Browse the repository at this point in the history
  • Loading branch information
KhubaibKhan4 committed Oct 13, 2024
1 parent 173f2c0 commit 0771b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ kotlin {
implementation(libs.mediaplayer.kmp)
implementation(libs.gitlive.firebase.firestore)
implementation(libs.gitlive.firebase.database)
implementation("io.github.alexzhirkevich:cupertino-adaptive:0.1.0-alpha04")
implementation(libs.cupertino.adaptive)
}

commonTest.dependencies {
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[versions]

core = "12.1.0"
cupertinoAdaptive = "0.1.0-alpha04"
kotestProperty = "5.9.1"
kotlin = "2.0.0"
agp = "8.2.2"
Expand Down Expand Up @@ -46,6 +47,7 @@ androidx-media3-exoplayer-dash = { module = "androidx.media3:media3-exoplayer-da
androidx-media3-exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "media3Exoplayer" }
compose-uitooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose-uitooling" }
core = { module = "com.pierfrancescosoffritti.androidyoutubeplayer:core", version.ref = "core" }
cupertino-adaptive = { module = "io.github.alexzhirkevich:cupertino-adaptive", version.ref = "cupertinoAdaptive" }
custom-ui = { module = "com.pierfrancescosoffritti.androidyoutubeplayer:custom-ui", version.ref = "core" }
kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotestProperty" }
kotlinx-coroutines-swing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinxCoroutinesSwing" }
Expand Down

0 comments on commit 0771b94

Please sign in to comment.