#built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/

# Local configuration file (sdk path, etc)
local.properties

# Windows thumbnail db
Thumbs.db

# OSX files
.DS_Store

# Android Studio
# added iml files because google i/o app do it too: https://github.com/google/iosched/blob/master/.gitignore
.idea
*.iml

.gradle
build/


app/release/
