Skip to content

Commit

Permalink
Add fileprovider cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Nov 24, 2019
1 parent e23d278 commit 3830191
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ allprojects {
maven { url "https://jitpack.io" }
}

tasks.withType(JavaCompile) {
options.deprecation = true
}
// tasks.withType(JavaCompile) {
// options.deprecation = true
// }
}

apply plugin: 'com.android.application'
Expand Down
1 change: 1 addition & 0 deletions src/main/res/xml/filepaths.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<root-path name="root" path="/" />
<cache-path name="cache" path="/" />
</paths>

0 comments on commit 3830191

Please sign in to comment.