File tree 5 files changed +2
-10
lines changed
5 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "qcolorpicker "]
2
2
path = qcolorpicker
3
3
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
Original file line number Diff line number Diff line change @@ -299,8 +299,7 @@ dependencies {
299
299
300
300
// https://github.com/open-keychain/openpgp-api
301
301
// 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 "
304
303
305
304
// https://www.sqlite.org/changes.html
306
305
// https://github.com/requery/sqlite-android/
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ buildscript {
8
8
classpath ' com.android.tools.build:gradle:3.5.3'
9
9
// https://github.com/bugsnag/bugsnag-android-gradle-plugin
10
10
classpath ' com.bugsnag:bugsnag-android-gradle-plugin:4.5.2'
11
- // open-keychain
12
- classpath ' com.novoda:bintray-release:0.8.0'
13
11
}
14
12
}
15
13
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- include ' :app' , ' :openpgp-api'
2
- project(' :openpgp-api' ). projectDir = new File (' openpgp-api/openpgp-api' )
1
+ include ' :app'
You can’t perform that action at this time.
0 commit comments