File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/kotlin/com/simplemobiletools/filemanager/activities Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
3939 compile ' com.android.support:design:23.4.0'
4040 compile ' com.jakewharton:butterknife:8.0.1'
4141 compile ' com.github.bumptech.glide:glide:3.7.0'
42- compile ' com.simplemobiletools:filepicker:1.3.0 @aar'
42+ compile ' com.simplemobiletools:filepicker:1.3.3 @aar'
4343 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
4444
4545 apt ' com.jakewharton:butterknife-compiler:8.0.1'
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ import com.simplemobiletools.filemanager.R
1313import com.simplemobiletools.filemanager.Utils
1414import com.simplemobiletools.filemanager.fragments.ItemsFragment
1515import com.simplemobiletools.filepicker.dialogs.StoragePickerDialog
16- import com.simplemobiletools.filepicker.extensions.getInternalPath
16+ import com.simplemobiletools.filepicker.extensions.getInternalStoragePath
1717import com.simplemobiletools.filepicker.models.FileDirItem
1818import com.simplemobiletools.filepicker.views.Breadcrumbs
1919import kotlinx.android.synthetic.main.activity_main.*
2020
2121class MainActivity : SimpleActivity (), ItemsFragment.ItemInteractionListener, Breadcrumbs.BreadcrumbsListener {
22- var mBasePath = getInternalPath ()
22+ var mBasePath = getInternalStoragePath ()
2323
2424 override fun onCreate (savedInstanceState : Bundle ? ) {
2525 super .onCreate(savedInstanceState)
You can’t perform that action at this time.
0 commit comments