Merge develop into feature/fga/update_rust_sdk

This commit is contained in:
ganfra 2023-02-24 11:14:36 +01:00
commit 22fd4ac7f0
410 changed files with 2937 additions and 607 deletions

View file

@ -44,7 +44,7 @@ fun DependencyHandlerScope.composeDependencies() {
implementation("androidx.activity:activity-compose:1.6.1")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
implementation("com.airbnb.android:showkase:1.0.0-beta14")
implementation("com.airbnb.android:showkase:1.0.0-beta17")
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5")
}