WhatsDump
WhatsDump copied to clipboard
Freeze the Android tools version - Fixes #41
The script tries to find the latest Android tools version on this page:
https://developer.android.com/studio/
However, it's structure has changed. There is no particular reason to force the latest tools so we might also use an archived version as a quick fix.
https://web.archive.org/web/20190403122148/https://developer.android.com/studio/
Sorry, I didn't see this PR before fixing the regex in #53
I don't have experience working with Android, so if you don't see any value from using the last version of emulator/platform/tools, I may agree that it would be enough to stick to a particular version.
This PR is mutually exclusive with #53.