We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de66e42 commit 15611f9Copy full SHA for 15611f9
FPlib/src/main/res/values-es/strings.xml
@@ -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
@@ -28,7 +28,7 @@ repositories {
28
29
dependencies {
30
compile fileTree(include: ['*.jar'], dir: 'libs')
31
-// compile 'com.github.DeveloperPaul123:FilePickerLibrary:2.0.1'
+// compile 'com.github.DeveloperPaul123:FilePickerLibrary:2.1'
32
compile project(":FPlib")
33
compile 'com.github.DeveloperPaul123:MaterialLibrary:1.0.5'
34
}
0 commit comments