Skip to content

Commit

Permalink
update openfeedback
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 5, 2024
1 parent 8caf765 commit 723ca8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0"
lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0"
material = "com.google.android.material:material:1.11.0"
navigation-compose = "androidx.navigation:navigation-compose:2.7.7"
openfeedback = "io.openfeedback:openfeedback:0.2.1"
openfeedback-m3 = "io.openfeedback:openfeedback-m3:0.2.1"
openfeedback-m3 = "io.openfeedback:openfeedback-m3:0.2.2"
play-services-auth = "com.google.android.gms:play-services-auth:20.7.0"
moko-resources = { module = "dev.icerock.moko:resources", version.ref = "moko" }
moko-compose = { module = "dev.icerock.moko:resources-compose", version.ref = "moko" }
Expand Down
2 changes: 0 additions & 2 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ kotlin {
export(project(":shared:di"))
export(libs.moko.resources)
export(libs.moko.graphics)
export(libs.openfeedback)
}
}

Expand All @@ -32,7 +31,6 @@ kotlin {
api(project(":shared:ui"))
api(project(":shared:domain"))
api(project(":shared:di"))
api(libs.openfeedback)
}
}
}
Expand Down

0 comments on commit 723ca8d

Please sign in to comment.