Split api libs into OpenKeychain specific and OpenPGP Provider lib

This commit is contained in:
Dominik Schürmann
2014-03-07 23:05:03 +01:00
parent 2737aedca7
commit 0e33fd2392
36 changed files with 381 additions and 6 deletions

View File

@@ -0,0 +1,29 @@
#Android specific
bin
gen
obj
lint.xml
local.properties
release.properties
ant.properties
*.class
*.apk
#Gradle
.gradle
build
gradle.properties
#Maven
target
pom.xml.*
#Eclipse
.project
.classpath
.settings
.metadata
#IntelliJ IDEA
.idea
*.iml