We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ff2ca commit 75c9fa5Copy full SHA for 75c9fa5
app/build.gradle.kts
@@ -18,7 +18,7 @@ android {
18
mapOf(
19
"clearPackageData" to "false",
20
"disableAnalytics" to "true",
21
- "useTestStorageService" to "false",
+ "useTestStorageService" to "true",
22
),
23
)
24
}
0 commit comments