Skip to content

Commit 8da589b

Browse files
committed
completed
1 parent a76fb3a commit 8da589b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

SmartFileBrowser/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
}
3232
}
3333
group = 'ir.smartdevelopers'
34-
version = '1.2.5'
34+
version = '1.2.6'
3535
task sourcesJar(type: Jar) {
3636
archiveClassifier.set("sources")
3737
from android.sourceSets.main.java.srcDirs

SmartFileBrowser/src/main/res/xml/sfb_provider_paths.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
name="sfb_images"
55
path="Pictures"
66
/>
7+
<external-path
8+
name="sfb_files"
9+
path="."
10+
/>
711
<external-files-path name="sfb_external_files" path="Pictures" />
812

913
</paths>

0 commit comments

Comments
 (0)