Convert project from ant to gradle

This commit is contained in:
Branden Archer
2017-09-13 10:33:55 -04:00
parent ffee8003f0
commit 3a63c45015
38 changed files with 317 additions and 130 deletions

35
.gitignore vendored
View File

@@ -1,27 +1,8 @@
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
/*/build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
*.iml
.gradle
/local.properties
/.idea
.DS_Store
/build
/app/build
/captures