Make the link to the policy active.

This commit is contained in:
Benoit Marty 2023-06-16 10:22:01 +02:00
parent f70d999382
commit 11926e80ef
4 changed files with 53 additions and 7 deletions

View file

@ -41,6 +41,7 @@ dependencies {
api(projects.features.analytics.api)
api(projects.services.analytics.api)
implementation(libs.androidx.datastore.preferences)
implementation(libs.androidx.browser)
ksp(libs.showkase.processor)
testImplementation(libs.test.junit)