WebView-MultiTouch-Polyfill
WebView-MultiTouch-Polyfill copied to clipboard
Shrink repository / remove *.jar *.apk bin/*
With the github release page providing file downloads and now being completely set up, the repository can be cleaned of any *.jar, *.apk or files that were committed in the past to ./bin or /private.
Tried removing with bfg as recommended in https://help.github.com/articles/remove-sensitive-data, but could not push the repacked repository for unknown reasons.
Other approaches:
- using
git filter-branchas also described on the github page linked above - using
git rebase