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
balsikandar-okcredit committed Sep 30, 2019
2 parents c1522b3 + 184c029 commit aac3b51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ While developing features we get crashes and if device is not connected to logca
### Using Crash Reporter Library in your application
add below dependency in your app's gradle
```
compile 'com.balsikandar.android:crashreporter:1.0.9'
compile 'com.balsikandar.android:crashreporter:1.1.0'
```
### If you only want to use Crash reporter in debug builds only add
```
debugCompile 'com.balsikandar.android:crashreporter:1.0.9'
debugCompile 'com.balsikandar.android:crashreporter:1.1.0'
```
Note : If you get error like this "no resource identifier found for attribute 'alpha' in package 'android'" use below dependency. This may happen due to two different versions of design support library as CrashReporter also uses design support library internally.

```
debugCompile('com.balsikandar.android:crashreporter:1.0.9') {
debugCompile('com.balsikandar.android:crashreporter:1.1.0') {
exclude group: 'com.android.support', module: 'design'
}
```
Expand Down

0 comments on commit aac3b51

Please sign in to comment.