Use gradle to build the app instead of ant
authorAntonio Ospite <ao2@ao2.it>
Thu, 8 Oct 2015 21:41:17 +0000 (23:41 +0200)
committerAntonio Ospite <ao2@ao2.it>
Thu, 8 Oct 2015 21:41:17 +0000 (23:41 +0200)
commitea39b86b3ba985c95ac933054fdebb8a5154d8f2
tree1037e589e746b613120d07e38b85fe5a2a5c76cb
parent45d03c74a2e279801440bc35594e69ed985c4e44
Use gradle to build the app instead of ant

Gradle is the new recommended build system.

Also, while at it, fix the command to create the .gitignore file: before
this change only local.properties was being written in .gitignore
android-app-development-getting-started.sh