Skip to content

Commit

Permalink
Fix Incompatible play features library
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirFir committed Sep 30, 2024
1 parent a115a6e commit 78168ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
activityComposeVersion = "1.8.2"
activityKtxVersion = "1.5.0"
cardviewVersion = "1.0.0"
featureDeliveryKtxVersion = "2.1.0"
firebaseBomVersion = "30.1.0"
fragmentKtxVersion = "1.5.0"
jetbrainsAnnotationsVersion = "23.0.0"
Expand Down Expand Up @@ -45,7 +46,7 @@ composeCompilerVersion = "1.5.10"
glideVersion = "4.9.0"
butterknifeVersion = "10.1.0"
googleServiceVersion = "4.3.14"
composeNavigationVersion = "2.8.0-beta06"
composeNavigationVersion = "2.7.7"
orbitVersion="7.0.1"
hiltComposeVersion="1.0.0"
markermanVersion="2.3.0"
Expand All @@ -59,7 +60,7 @@ kakaoShare = "2.11.2"
lottie = "6.4.0"
balloon = "1.5.0"
dataStore = "1.0.0"
navigation = "2.8.0-beta06"
navigation = "2.7.7"
jsoup = "1.18.1"

[libraries]
Expand All @@ -74,6 +75,7 @@ androidx-runner = { module = "androidx.test:runner", version.ref = "runnerVersio
androidx-security-crypto = { module = "androidx.security:security-crypto", version.ref = "securityCryptoVersion" }
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityComposeVersion" }

feature-delivery-ktx = { module = "com.google.android.play:feature-delivery-ktx", version.ref = "featureDeliveryKtxVersion" }
napier = {module = "io.github.aakira:napier", version.ref="napier"}

jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrainsAnnotationsVersion" }
Expand Down
2 changes: 2 additions & 0 deletions koin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,6 @@ dependencies {
implementation(libs.nav.fragment.ktx)
implementation(libs.nav.ui.ktx)
implementation(libs.nav.dynamic.features.fragment)

implementation(libs.feature.delivery.ktx)
}

0 comments on commit 78168ec

Please sign in to comment.