Skip to content

Commit d2fad4e

Browse files
Merge pull request #330 from Ayush0Chaudhary/feature/set-free-tasks-to-100
Set free task limit to 100
2 parents 5f3a02d + 01722e1 commit d2fad4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/blurr/voice/utilities/FreemiumManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class FreemiumManager {
1616
private val auth = Firebase.auth
1717

1818
companion object {
19-
const val FREE_PLAN_TASK_LIMIT = 15 // Set your free task limit here
19+
const val FREE_PLAN_TASK_LIMIT = 100 // Set your free task limit here
2020
}
2121

2222
private suspend fun isUserSubscribed(): Boolean {

0 commit comments

Comments
 (0)