Changelog.

This commit is contained in:
Amine Bou 2017-12-10 20:00:09 +01:00
parent 4208a80db8
commit e25dc49271
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,11 @@
**1.5.5.x (didn't last long) AND 1.5.6.x**
**1.5.5.x (didn't last long) AND 1.5.7.x**
- Added an option to use a webview in the article viewer (see #149)
- Fixes (#151)
**1.5.5.x (didn't last long) AND 1.5.6.x**
- Toolbar in reader activity.
- Marking items as read on scroll (with settings to enable/disable).

View File

@ -178,6 +178,7 @@ dependencies {
// Pager
compile 'me.relex:circleindicator:1.2.2@aar'
}
apply plugin: 'com.google.gms.google-services'