Skip to content

Commit

Permalink
Merge pull request #235 from PointlessUser/new
Browse files Browse the repository at this point in the history
Update kik to latest version
  • Loading branch information
tomer8007 authored Sep 23, 2023
2 parents 4e4aa06 + 971d36a commit c4c6f98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kik_unofficial/device_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
kik_version_14_5_info = {"kik_version": "14.5.0.13136", "classes_dex_sha1_digest": "LuYEjtvBu4mG2kBBG0wA3Ki1PSE="}
kik_version_15_21_info = {'kik_version': '15.21.0.22201', 'classes_dex_sha1_digest': 'MbZ+Zbjaz5uFXKFDM88CwFh7DAg='}
kik_version_15_49_info = {'kik_version': '15.49.0.27501', 'classes_dex_sha1_digest': '5o61frOsakJJ2iCYafCoKHtyu7w='}
kik_version_15_57_info = {'kik_version': '15.57.2.29235', 'classes_dex_sha1_digest': 'hA77Y2jUTVbpHRB9LosnnunQ1PY='}

kik_version_info = kik_version_15_49_info # a kik version that's not updated will cause a captcha on login
kik_version_info = kik_version_15_57_info # a kik version that's not updated will cause a captcha on login

0 comments on commit c4c6f98

Please sign in to comment.