summaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
diff options
context:
space:
mode:
authorHussein Al Abry <zidhussein@gmail.com>2019-04-25 04:41:32 +0100
committerHarsh Shandilya <msfjarvis@gmail.com>2019-04-25 09:11:32 +0530
commite54010906f3cfc91ed41a044d44da548a60c9b0f (patch)
tree5b23598939803c015982bc892009c82849b799db /app/build.gradle.kts
parentf272e4dde2c05de64681a0e089387ef9c54bd7c7 (diff)
Use storage access framework (#469)
* use storage access framework * UserPreference: Add back warning about using SDCard root directory * UserPreference: Fix IDE warnings Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r--app/build.gradle.kts1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index a82de5dc..4c90a102 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -74,7 +74,6 @@ dependencies {
implementation("com.google.android.material:material:1.0.0")
implementation("androidx.annotation:annotation:1.0.2")
implementation("org.sufficientlysecure:openpgp-api:12.0")
- implementation("com.nononsenseapps:filepicker:2.4.2")
implementation("org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r") {
exclude(group = "org.apache.httpcomponents", module = "httpclient")
}