mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-16 05:45:04 -05:00
add lib dependency, update lib
This commit is contained in:
parent
e531da4036
commit
3cce00d61e
@ -20,7 +20,7 @@ dependencies {
|
|||||||
compile project(':extern:SuperToasts:supertoasts')
|
compile project(':extern:SuperToasts:supertoasts')
|
||||||
compile project(':extern:minidns')
|
compile project(':extern:minidns')
|
||||||
compile project(':extern:KeybaseLib:Lib')
|
compile project(':extern:KeybaseLib:Lib')
|
||||||
|
compile project(':extern:openpgp-card-nfc-lib:library')
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
2
extern/openpgp-card-nfc-lib
vendored
2
extern/openpgp-card-nfc-lib
vendored
@ -1 +1 @@
|
|||||||
Subproject commit e2744ec39112a0eff3a3468b3fc354985a450198
|
Subproject commit 8e588506e0bfb5220f7b57ba42f46a73740c96c7
|
@ -14,3 +14,4 @@ include ':extern:AppMsg:library'
|
|||||||
include ':extern:SuperToasts:supertoasts'
|
include ':extern:SuperToasts:supertoasts'
|
||||||
include ':extern:minidns'
|
include ':extern:minidns'
|
||||||
include ':extern:KeybaseLib:Lib'
|
include ':extern:KeybaseLib:Lib'
|
||||||
|
include ':extern:openpgp-card-nfc-lib:library'
|
Loading…
Reference in New Issue
Block a user