Skip to content

Commit

Permalink
increase daysSinceInstalled filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep committed Jun 25, 2024
1 parent 6e5754c commit 26529f3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
"min": "5.200.1"
},
"daysSinceInstalled": {
"value": 3
"min": 2,
"max": 10
}
}
},
Expand Down Expand Up @@ -135,7 +136,8 @@
"min": "5.200.1"
},
"daysSinceInstalled": {
"value": 3
"min": 2,
"max": 10
}
}
},
Expand Down Expand Up @@ -163,7 +165,8 @@
"min": "5.200.1"
},
"daysSinceInstalled": {
"value": 3
"min": 2,
"max": 10
}
}
},
Expand Down Expand Up @@ -191,7 +194,8 @@
"min": "5.200.1"
},
"daysSinceInstalled": {
"value": 3
"min": 2,
"max": 10
}
}
},
Expand Down

0 comments on commit 26529f3

Please sign in to comment.