mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-10 17:00:38 +01:00
Revert "Build OpenKeychain API / autocrypt inline"
This reverts commit 6bee184f09.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,6 +1,3 @@
|
||||
[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,8 +299,7 @@ dependencies {
|
||||
|
||||
// https://github.com/open-keychain/openpgp-api
|
||||
// https://mvnrepository.com/artifact/org.sufficientlysecure/openpgp-api
|
||||
//implementation "org.sufficientlysecure:openpgp-api:$openpgp_version"
|
||||
implementation project(':openpgp-api')
|
||||
implementation "org.sufficientlysecure:openpgp-api:$openpgp_version"
|
||||
|
||||
// https://www.sqlite.org/changes.html
|
||||
// https://github.com/requery/sqlite-android/
|
||||
|
||||
@@ -8,8 +8,6 @@ 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'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Submodule openpgp-api deleted from 3994abb154
@@ -1,2 +1 @@
|
||||
include ':app', ':openpgp-api'
|
||||
project(':openpgp-api').projectDir = new File('openpgp-api/openpgp-api')
|
||||
include ':app'
|
||||
|
||||
Reference in New Issue
Block a user