File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ def perform_master_login(
148148 "operatorCountry" : operator_country ,
149149 "lang" : lang ,
150150 "sdk_version" : sdk_version ,
151+ "google_play_services_version" : 240913000 ,
151152 "client_sig" : client_sig ,
152153 "callerSig" : client_sig ,
153154 "droidguard_results" : "dummy123" ,
@@ -202,6 +203,7 @@ def exchange_token(
202203 "operatorCountry" : operator_country ,
203204 "lang" : lang ,
204205 "sdk_version" : sdk_version ,
206+ "google_play_services_version" : 240913000 ,
205207 "client_sig" : client_sig ,
206208 "callerSig" : client_sig ,
207209 "droidguard_results" : "dummy123" ,
@@ -254,6 +256,7 @@ def perform_oauth(
254256 "operatorCountry" : operator_country ,
255257 "lang" : lang ,
256258 "sdk_version" : sdk_version ,
259+ "google_play_services_version" : 240913000 ,
257260 }
258261
259262 return _perform_auth_request (data , proxy )
You can’t perform that action at this time.
0 commit comments