Skip to content

Commit 52ff9f8

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 66ad04e + 18a49d4 commit 52ff9f8

File tree

14 files changed

+3
-3
lines changed

14 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ build.gradle (app)
5151
}
5252
5353
dependencies {
54-
implementation 'com.github.BasemNasr:EasyMediaPicker:v0.1.4'
54+
implementation 'com.github.BasemNasr:EasyMediaPicker:v0.1.5'
5555
}
5656
```
5757

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
android:allowBackup="true"
1414
android:dataExtractionRules="@xml/data_extraction_rules"
1515
android:fullBackupContent="@xml/backup_rules"
16-
android:icon="@mipmap/ic_launcher"
16+
android:icon="@mipmap/mp_ic_launcher"
1717
android:label="@string/app_name"
18-
android:roundIcon="@mipmap/ic_launcher_round"
18+
android:roundIcon="@mipmap/mp_ic_launcher_round"
1919
android:supportsRtl="true"
2020
android:theme="@style/Theme.EasyPicker"
2121
tools:targetApi="31">
File renamed without changes.

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml renamed to app/src/main/res/mipmap-anydpi-v26/mp_ic_launcher_round.xml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp renamed to app/src/main/res/mipmap-xhdpi/mp_ic_launcher_round.webp

File renamed without changes.

0 commit comments

Comments
 (0)