Skip to content

Commit

Permalink
Build OpenKeychain API / autocrypt inline
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Dec 24, 2019
1 parent 3343d5a commit 6bee184
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
1 change: 1 addition & 0 deletions openpgp-api
Submodule openpgp-api added at 3994ab
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include ':app'
include ':app', ':openpgp-api'
project(':openpgp-api').projectDir = new File('openpgp-api/openpgp-api')

0 comments on commit 6bee184

Please sign in to comment.