File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
3131 }
3232}
3333group = ' ir.smartdevelopers'
34- version = ' 1.2.7 '
34+ version = ' 1.2.9 '
3535task sourcesJar (type : Jar ) {
3636 archiveClassifier. set(" sources" )
3737 from android. sourceSets. main. java. srcDirs
@@ -42,15 +42,15 @@ task javadocJar2(type: Jar) {
4242}
4343dependencies {
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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments