Move to android studio style project structure with gradle builds.

This commit is contained in:
Brian Pellin
2016-01-03 20:47:45 -06:00
parent 19cbb194f3
commit b05cc1140a
776 changed files with 632 additions and 217 deletions

6
app/lint.xml Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<lint>
<issue id="Assert">
<ignore path="src/org" />
</issue>
</lint>