We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f3a02d + 01722e1 commit d2fad4eCopy full SHA for d2fad4e
app/src/main/java/com/blurr/voice/utilities/FreemiumManager.kt
@@ -16,7 +16,7 @@ class FreemiumManager {
16
private val auth = Firebase.auth
17
18
companion object {
19
- const val FREE_PLAN_TASK_LIMIT = 15 // Set your free task limit here
+ const val FREE_PLAN_TASK_LIMIT = 100 // Set your free task limit here
20
}
21
22
private suspend fun isUserSubscribed(): Boolean {
0 commit comments