mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
2cad715525
The pull request targets: 1) Introduces Gradle support 2) Updates maven support (even thou the apk generated is not stable) 3) Updates the setup_env.* scripts to support different building tools 4) Removes non UTF-8 characters 5) Removes switches on R.id entries (not supported anymore from ADT >= 14) 6) Introduced a binary dependency (.aar) that replace the actionbarsherlock sub-module Remainders: 1) Change the sub-module back to the owncloud android library once the PR will be merge
40 lines
714 B
Text
40 lines
714 B
Text
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
target/
|
|
|
|
# Local configuration files (sdk path, etc)
|
|
local.properties
|
|
oc_workaround/local.properties
|
|
oc_framework/local.properties
|
|
oc_framework-test-project/local.properties
|
|
tests/local.properties
|
|
|
|
# Mac .DS_Store files
|
|
.DS_Store
|
|
|
|
# Proguard README
|
|
proguard-project.txt
|
|
oc_workaround/proguard-project.txt
|
|
oc_framework/proguard-project.txt
|
|
oc_framework-test-project/proguard-project.txt
|
|
tests/proguard-project.txt
|
|
|
|
# Android Studio and Gradle specific entries
|
|
.gradle
|
|
.idea
|
|
*.iml
|
|
build
|
|
|
|
# Actionbarsherlock is now ignored since scripts takes care of init the sub-modules.
|
|
actionbarsherlock
|