We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd40a46 + f288a93 commit a15cd18Copy full SHA for a15cd18
1 file changed
backend/routes/misc.py
@@ -10,7 +10,7 @@
10
@api_misc.route("/minimumversion", methods=["get"])
11
def minimum_version_handler():
12
response = Response(
13
- response=json.dumps({"android": 70, "ios": 70}), mimetype="application/json"
+ response=json.dumps({"android": 177, "ios": 177}), mimetype="application/json"
14
)
15
return response
16
0 commit comments