Skip to content

Commit 15a9548

Browse files
committed
completed
1 parent 5d0ae90 commit 15a9548

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

SmartFileBrowser/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
}
3232
}
3333
group = 'ir.smartdevelopers'
34-
version = '1.2.7'
34+
version = '1.2.9'
3535
task sourcesJar(type: Jar) {
3636
archiveClassifier.set("sources")
3737
from android.sourceSets.main.java.srcDirs
@@ -42,15 +42,15 @@ task javadocJar2(type: Jar) {
4242
}
4343
dependencies {
4444

45-
implementation 'androidx.appcompat:appcompat:1.2.0'
46-
implementation 'com.google.android.material:material:1.2.1'
47-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
45+
implementation 'androidx.appcompat:appcompat:1.3.1'
46+
implementation 'com.google.android.material:material:1.4.0'
47+
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
4848
implementation 'com.github.bumptech.glide:glide:4.11.0'
4949
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
5050
// implementation 'it.sephiroth.android.library.bottomnavigation:bottom-navigation:3.0.0'
5151
implementation 'com.aurelhubert:ahbottomnavigation:2.3.4'
5252
// implementation 'com.ashokvarma.android:bottom-navigation-bar:2.2.0'
53-
def lifecycle_version = "2.2.0"
53+
def lifecycle_version = "2.3.1"
5454
// ViewModel
5555
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
5656
// LiveData

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
name="sfb_files"
99
path="."
1010
/>
11-
<external-files-path name="sfb_external_files" path="Pictures" />
11+
<external-files-path name="sfb_external_pictures" path="Pictures" />
1212
<external-files-path name="sfb_external_files" path="." />
13+
<root-path
14+
name="root"
15+
path="/storage/" />
16+
1317

1418
</paths>

0 commit comments

Comments
 (0)