CMPUT301W13T06 / classproject

RecipeBot
http://cmput301w13t06.github.com/classproject/
2 stars 6 forks source link

Revert commits that break the build. #41

Closed f2prateek closed 11 years ago

f2prateek commented 11 years ago

This undoes commits that broke the builds. Done manually since there two seperate merges that broke the build.

32 - used a GridLayout that isn't compatible with < API 14

39 - NPE in Fragment

For future, please be sure to add tests, and verify that the tests passed (locally and on travis CI).

f2prateek commented 11 years ago

This may have unused resources, I'll fix as I come across them.