mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-21 23:32:51 +00:00
Build OpenKeychain API / autocrypt inline
This commit is contained in:
parent
3343d5ab12
commit
6bee184f09
5 changed files with 10 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "qcolorpicker"]
|
||||
path = qcolorpicker
|
||||
url = https://github.com/QuadFlask/colorpicker.git
|
||||
[submodule "openpgp-api"]
|
||||
path = openpgp-api
|
||||
url = https://github.com/open-keychain/openpgp-api.git
|
||||
|
|
|
@ -299,7 +299,8 @@ dependencies {
|
|||
|
||||
// https://github.com/open-keychain/openpgp-api
|
||||
// https://mvnrepository.com/artifact/org.sufficientlysecure/openpgp-api
|
||||
implementation "org.sufficientlysecure:openpgp-api:$openpgp_version"
|
||||
//implementation "org.sufficientlysecure:openpgp-api:$openpgp_version"
|
||||
implementation project(':openpgp-api')
|
||||
|
||||
// https://www.sqlite.org/changes.html
|
||||
// https://github.com/requery/sqlite-android/
|
||||
|
|
|
@ -8,6 +8,8 @@ buildscript {
|
|||
classpath 'com.android.tools.build:gradle:3.5.3'
|
||||
// https://github.com/bugsnag/bugsnag-android-gradle-plugin
|
||||
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:4.5.2'
|
||||
// open-keychain
|
||||
classpath 'com.novoda:bintray-release:0.8.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
1
openpgp-api
Submodule
1
openpgp-api
Submodule
|
@ -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 a new issue