Merge pull request #334 from vector-im/feature/fga/feature_flag

Feature/fga/feature flag
This commit is contained in:
ganfra 2023-04-18 15:24:04 +02:00 committed by GitHub
commit f98fe8e52c
46 changed files with 1296 additions and 27 deletions

View file

@ -26,9 +26,6 @@ java {
dependencies {
implementation(libs.coroutines.core)
implementation(platform(libs.network.okhttp.bom))
implementation("com.squareup.okhttp3:logging-interceptor")
testImplementation(libs.test.junit)
testImplementation(libs.test.truth)
}