Skip to content

Commit b4465c3

Browse files
committed
Revert "Build OpenKeychain API / autocrypt inline"
This reverts commit 6bee184.
1 parent 6bee184 commit b4465c3

File tree

5 files changed

+2
-10
lines changed

5 files changed

+2
-10
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[submodule "qcolorpicker"]
22
path = qcolorpicker
33
url = https://github.com/QuadFlask/colorpicker.git
4-
[submodule "openpgp-api"]
5-
path = openpgp-api
6-
url = https://github.com/open-keychain/openpgp-api.git

app/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@ dependencies {
299299

300300
// https://github.com/open-keychain/openpgp-api
301301
// https://mvnrepository.com/artifact/org.sufficientlysecure/openpgp-api
302-
//implementation "org.sufficientlysecure:openpgp-api:$openpgp_version"
303-
implementation project(':openpgp-api')
302+
implementation "org.sufficientlysecure:openpgp-api:$openpgp_version"
304303

305304
// https://www.sqlite.org/changes.html
306305
// https://github.com/requery/sqlite-android/

build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ buildscript {
88
classpath 'com.android.tools.build:gradle:3.5.3'
99
// https://github.com/bugsnag/bugsnag-android-gradle-plugin
1010
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:4.5.2'
11-
// open-keychain
12-
classpath 'com.novoda:bintray-release:0.8.0'
1311
}
1412
}
1513

openpgp-api

-1
This file was deleted.

settings.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
include ':app', ':openpgp-api'
2-
project(':openpgp-api').projectDir = new File('openpgp-api/openpgp-api')
1+
include ':app'

0 commit comments

Comments
 (0)