Skip to content

Commit 41a0d34

Browse files
committed
fix icon launcher conflict
1 parent 21dcd72 commit 41a0d34

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

FilePicker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818

1919
buildTypes {
2020
release {
21-
minifyEnabled true
21+
minifyEnabled false
2222
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2323
}
2424
}

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Support android 10+
1111

1212
Expandable and scrollable dialog
1313

14-
Full Customaizable (Color / text / minimum and maximum selected file size / ...)
14+
Full Customisable (Color / text / minimum and maximum selected file size / ...)
1515

1616
No required runtime permission
1717

@@ -26,8 +26,6 @@ No required runtime permission
2626

2727
## Installation
2828

29-
[![](https://jitpack.io/v/mahdiasd/BottomDialogFilePicker.svg)](https://jitpack.io/#mahdiasd/BottomDialogFilePicker)
30-
3129
#### Step 1. Add the JitPack repository to your build file
3230

3331
Install my project with gradle

0 commit comments

Comments
 (0)