Skip to content

Commit

Permalink
Remove ProGuard instruction (#264)
Browse files Browse the repository at this point in the history
* Removing unnecessary ProGuard rule from README
  • Loading branch information
Alireza-Farahani authored Nov 15, 2021
1 parent 33a0a42 commit 675b7fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [unreleased]
### Removed
- Removed ProGuard rule from ReadMe [#257](https://github.com/CanHub/Android-Image-Cropper/issues/257)

## [3.3.6] - 05/11/21
### Added
- Added `PickImageContractOptions` to enable users specify image source [#226](https://github.com/CanHub/Android-Image-Cropper/issues/226)
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,7 @@ Only need if you run on devices under OS10 (SDK 29)
</manifest>
```

### Step 4. Add this line to your Proguard config file

```
-keep class androidx.appcompat.widget.** { *; }
```

### Step 5. Set source compatibility version to Java 8
### Step 4. Set source compatibility version to Java 8

- Go to app level `build.gradle` file

Expand Down

0 comments on commit 675b7fc

Please sign in to comment.