Changelog.

This commit is contained in:
Amine Bou 2018-05-23 20:44:47 +02:00
parent 6d24fd9336
commit 9cb02f0272
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
**1.6.x** **1.6.x**
- Removed all Build config things.
- Removed firebase and fabric. - Removed firebase and fabric.
- Added Acra for optional crash reporting and error logging. - Added Acra for optional crash reporting and error logging.

View File

@ -159,8 +159,6 @@ dependencies {
// Crash // Crash
implementation "ch.acra:acra-http:5.1.3" implementation "ch.acra:acra-http:5.1.3"
implementation "ch.acra:acra-dialog:5.1.3" implementation "ch.acra:acra-dialog:5.1.3"
} }