mirror of https://github.com/M66B/FairEmail.git
parent
3343d5ab12
commit
6bee184f09
@ -1,3 +1,6 @@
|
|||||||
[submodule "qcolorpicker"]
|
[submodule "qcolorpicker"]
|
||||||
path = qcolorpicker
|
path = qcolorpicker
|
||||||
url = https://github.com/QuadFlask/colorpicker.git
|
url = https://github.com/QuadFlask/colorpicker.git
|
||||||
|
[submodule "openpgp-api"]
|
||||||
|
path = openpgp-api
|
||||||
|
url = https://github.com/open-keychain/openpgp-api.git
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 3994abb154a38374be666f58a7767e10850dda76
|
@ -1 +1,2 @@
|
|||||||
include ':app'
|
include ':app', ':openpgp-api'
|
||||||
|
project(':openpgp-api').projectDir = new File('openpgp-api/openpgp-api')
|
||||||
|
Loading…
Reference in new issue