Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
BasemNasr committed Jul 3, 2023
2 parents 66ad04e + 18a49d4 commit 52ff9f8
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build.gradle (app)
}
dependencies {
implementation 'com.github.BasemNasr:EasyMediaPicker:v0.1.4'
implementation 'com.github.BasemNasr:EasyMediaPicker:v0.1.5'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/mp_ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@mipmap/mp_ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.EasyPicker"
tools:targetApi="31">
Expand Down

0 comments on commit 52ff9f8

Please sign in to comment.