We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76fb3a commit 8da589bCopy full SHA for 8da589b
SmartFileBrowser/build.gradle
@@ -31,7 +31,7 @@ android {
31
}
32
33
group = 'ir.smartdevelopers'
34
-version = '1.2.5'
+version = '1.2.6'
35
task sourcesJar(type: Jar) {
36
archiveClassifier.set("sources")
37
from android.sourceSets.main.java.srcDirs
SmartFileBrowser/src/main/res/xml/sfb_provider_paths.xml
@@ -4,6 +4,10 @@
4
name="sfb_images"
5
path="Pictures"
6
/>
7
+ <external-path
8
+ name="sfb_files"
9
+ path="."
10
+ />
11
<external-files-path name="sfb_external_files" path="Pictures" />
12
13
</paths>
0 commit comments