Skip to content

Commit cbdcab3

Browse files
authored
Update README.md
1 parent dd0694e commit cbdcab3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3534
There are 3 main classes to use the library.

0 commit comments

Comments
 (0)