6136f589c1
* With the upcoming changes, and the increasing number of external libraries being used, plus the usage of Kotlin, it's getting harder and harder to build this with the AOSP build system. * It's best to leverage the existing gradle build system instead, and use the apk that builds. * Add a script which downloads the apk matching the tag if a tag is checked out, otherwise downloads the latest.
52 lines
463 B
Text
52 lines
463 B
Text
## Java
|
|
*.class
|
|
*.war
|
|
*.ear
|
|
hs_err_pid*
|
|
|
|
## Intellij
|
|
out/
|
|
lib/
|
|
.idea/
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
|
|
## Eclipse
|
|
.classpath
|
|
.project
|
|
.metadata
|
|
**/bin/
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.settings/
|
|
.loadpath
|
|
.externalToolBuilders/
|
|
*.launch
|
|
|
|
## NetBeans
|
|
**/nbproject/private/
|
|
build/
|
|
nbbuild/
|
|
dist/
|
|
nbdist/
|
|
nbactions.xml
|
|
nb-configuration.xml
|
|
|
|
## Gradle
|
|
.gradle
|
|
keystore.properties
|
|
gradle-app.setting
|
|
|
|
## OS Specific
|
|
.DS_Store
|
|
|
|
## Android
|
|
gen/
|
|
|
|
## Prebuilt
|
|
Backup.apk
|