Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaval2404 authored Nov 3, 2019
1 parent f0b5ecd commit 0a2a6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Almost 90% of the app that I have developed has Image upload feature. To simplif
implementation 'com.github.florent37:inline-activity-result-kotlin:1.0.1'
```
2. If you target Android 10 or higher, set the value of ``requestLegacyExternalStorage`` to true in your app's manifest file:
2. <span style="color:red">**If you target Android 10 or higher(targetSdkVersion >= 29)**</span>, set the value of ``requestLegacyExternalStorage`` to true in your app's manifest file:
```xml
<manifest ... >
Expand Down

0 comments on commit 0a2a6ad

Please sign in to comment.