Cleanup unnecessarily committed files and update project settings in …#1
Cleanup unnecessarily committed files and update project settings in …#1vwmattr wants to merge 1 commit intopgodzin:masterfrom
Conversation
…build.gradle and .gitignore.
|
@pgodzin Hey this is Matt Rein from MLBAM. After playing around with your app, I wanted to check out some of the opencv stuff. Figured while I'm taking a look I'll do a little tidying up and share the love back to your repo. LMK if you have any questions about these changes. What I did was basically remove unnecessary files from the repo and added lines to .gitignore so they still live locally (stuff like libraries/opencv/build/*, *.iml, etc). I also added gradlew files (gradle wrapper) to make the project more portable. Last thing was to update some of the versions of dependencies and android target, etc in build.gradle to be up to date and run in latest Android Studio preview 1.5. I'll probably push another PR later as well. Feel free to email me if you'd rather chat that way and you have a question (vwmattr@gmail.com) |
…build.gradle and .gitignore.