Skip to content

Commit a76fb3a

Browse files
committed
completed
1 parent 29764aa commit a76fb3a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.1.8'
34+
version = '1.2.5'
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
name="sfb_images"
55
path="Pictures"
66
/>
7+
<external-files-path name="sfb_external_files" path="Pictures" />
8+
79
</paths>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
maven { url 'https://jitpack.io' }
88
}
99
dependencies {
10-
classpath "com.android.tools.build:gradle:4.1.1"
10+
classpath "com.android.tools.build:gradle:4.1.3"
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

0 commit comments

Comments
 (0)