aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitmodules6
m---------libs/openpgp-api-lib6
m---------libs/openpgp-keychain0
-rw-r--r--project.properties2
4 files changed, 10 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 886fc27b..17cbe617 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,7 +1,7 @@
-[submodule "libs/openpgp-keychain"]
- path = libs/openpgp-keychain
- url = https://github.com/openpgp-keychain/openpgp-keychain.git
[submodule "libs/minidns"]
path = libs/minidns
url = https://github.com/rtreffer/minidns.git
+[submodule "libs/openpgp-api-lib"]
+ path = libs/openpgp-api-lib
+ url = https://github.com/open-keychain/openpgp-api-lib.git
diff --git a/libs/openpgp-api-lib b/libs/openpgp-api-lib
new file mode 160000
+Subproject 650e1ebda82596cd4fbfaae406e6eccf189f4f6
diff --git a/libs/openpgp-keychain b/libs/openpgp-keychain
deleted file mode 160000
-Subproject e0a0bf04ee6fa4794a82b44dae905bc814d8549
diff --git a/project.properties b/project.properties
index f54b95ea..86ae5d0c 100644
--- a/project.properties
+++ b/project.properties
@@ -13,4 +13,4 @@
# Project target.
target=android-19
android.library.reference.1=libs/minidns
-android.library.reference.2=libs/openpgp-keychain/OpenKeychain-API/libraries/openpgp-api-library
+android.library.reference.2=libs/openpgp-api-lib