add lib dependency, update lib

This commit is contained in:
Dominik Schürmann 2014-07-16 11:00:32 +02:00
parent e531da4036
commit 3cce00d61e
3 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ dependencies {
compile project(':extern:SuperToasts:supertoasts')
compile project(':extern:minidns')
compile project(':extern:KeybaseLib:Lib')
compile project(':extern:openpgp-card-nfc-lib:library')
}
android {

@ -1 +1 @@
Subproject commit e2744ec39112a0eff3a3468b3fc354985a450198
Subproject commit 8e588506e0bfb5220f7b57ba42f46a73740c96c7

View File

@ -14,3 +14,4 @@ include ':extern:AppMsg:library'
include ':extern:SuperToasts:supertoasts'
include ':extern:minidns'
include ':extern:KeybaseLib:Lib'
include ':extern:openpgp-card-nfc-lib:library'