diff --git a/.gitmodules b/.gitmodules index e946dca3c..a11bd5475 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,3 @@ -[submodule "extern/StickyListHeaders"] - path = extern/StickyListHeaders - url = https://github.com/open-keychain/StickyListHeaders.git - ignore = dirty [submodule "extern/spongycastle"] path = extern/spongycastle url = https://github.com/open-keychain/spongycastle.git diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index 459a7b12d..b7ec1fd3d 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -2,11 +2,8 @@ apply plugin: 'com.android.application' apply plugin: 'witness' dependencies { - // NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information - // NOTE: libraries are pinned to a specific build, see below - // from local Android SDK compile 'com.android.support:support-v4:22.0.0' compile 'com.android.support:appcompat-v7:22.0.0' @@ -26,7 +23,6 @@ dependencies { compile project(':extern:openpgp-api-lib') compile project(':extern:openkeychain-api-lib') compile project(':extern:html-textview') - compile project(':extern:StickyListHeaders:library') compile project(':extern:spongycastle:core') compile project(':extern:spongycastle:pg') compile project(':extern:spongycastle:pkix')