File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ A FileBrowser / FileChooser for Android that you can integrate to your app to br
77<dependency >
88 <groupId >com.adityak</groupId >
99 <artifactId >browsemyfiles</artifactId >
10- <version >1.1 </version >
10+ <version >1.2 </version >
1111 <type >pom</type >
1212</dependency >
1313```
1414# In build.gradle
1515```
16- compile 'com.adityak:browsemyfiles:1.1 '
16+ compile 'com.adityak:browsemyfiles:1.2 '
1717```
1818
1919
@@ -29,7 +29,6 @@ It easily integrates with your app's color scheme. You can change the color sche
2929<item name =" colorPrimaryDark" >@color/colorPrimaryDark</item >
3030<item name =" colorAccent" >@color/colorAccent</item >
3131<item name =" android:actionModeBackground" >@color/actionModeToolbar</item >
32- <item name =" windowActionModeOverlay" >true</item >
3332```
3433
3534There are 3 main classes to use the library.
You can’t perform that action at this time.
0 commit comments