alt236 / KeyEvent-Display---Android

This application will display all Button press related messages (using Android KeyEvents, and logcat & kmsg parsing). Useful when porting Android to different hardware and buttons don’t work.
http://aschillings.co.uk/html/keyevent_display.html
23 stars 9 forks source link

gradle wrapper checksum mismatch #10

Open marmistrz opened 4 years ago

marmistrz commented 4 years ago

gradle-wrapper.properties mentions 5.6.4, but the sha256sum for master is 16caeaf66d57a0d1d2087fef6a97efa62de8da69afa5b908f40db35afc4342da, which corresponds to 2.10

alt236 commented 4 years ago

Sigh. That's what I get for updating .gitignore and not cleaning house.

I'll fix once I can get to my dev laptop.

Thanks for spotting this!