Skip to content

Commit 15611f9

Browse files
Localized strings. Added proper permission handling for Android marshmellow.
1 parent de66e42 commit 15611f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="app_name">FilePickerLibrary</string>
4+
</resources>

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828

2929
dependencies {
3030
compile fileTree(include: ['*.jar'], dir: 'libs')
31-
// compile 'com.github.DeveloperPaul123:FilePickerLibrary:2.0.1'
31+
// compile 'com.github.DeveloperPaul123:FilePickerLibrary:2.1'
3232
compile project(":FPlib")
3333
compile 'com.github.DeveloperPaul123:MaterialLibrary:1.0.5'
3434
}

0 commit comments

Comments
 (0)