Skip to content

Commit 0420d00

Browse files
authored
Merge pull request #99 from pravinyo/documentation_update
Documentation update
2 parents 3273cba + a2b69dd commit 0420d00

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,30 @@ This App is based on Single Activity Navigation. Each Fragment screen is develop
2323
* `feature_playerfullscreen Module` - This module contains full screen player UI/logic code and resource need to display this component. It shows the various progress and details for currently playing track
2424
* `feature_downloader Module` - This module contains code save and download requested file locally
2525
* `feature_audiobook_enhance_details Module` - This module provides additional api service to fetch more details related to audiobook.
26+
* `feature_settings Module` - This module enable user to change app default settings and other details.
27+
* `feature_listen_later_ui Module` - This module contains UI, domain and data logic required to display bookmarked books. It displays data from the local database.
2628

2729
# Dependency Graph of the Project:
2830
![AudioBook](/photos/dependencies_graph.png)
2931

32+
# Release: 5.5.2
33+
## :star: New Features
34+
35+
- Main player ui redesigned and rewind, forward event added [#98](https://github.com/pravinyo/AudioBook/pull/98)
36+
- Privacy and Feedback Option added [#97](https://github.com/pravinyo/AudioBook/pull/97)
37+
- Listen later feature added [#95](https://github.com/pravinyo/AudioBook/pull/95), [#96](https://github.com/pravinyo/AudioBook/pull/96), [#54](https://github.com/pravinyo/AudioBook/issues/54)
38+
- Nav drawer improved [#94](https://github.com/pravinyo/AudioBook/pull/94)
39+
- Download Location settings included [#79](https://github.com/pravinyo/AudioBook/issues/79)
40+
- Book Detail UI improvement [#64](https://github.com/pravinyo/AudioBook/issues/64)
41+
- Main Player UI enhancement [#58](https://github.com/pravinyo/AudioBook/issues/58)
42+
- Feature for checking downloads, help [#56](https://github.com/pravinyo/AudioBook/issues/56)
43+
44+
## :heart: Contributors
45+
46+
We'd like to thank all the contributors who worked on this release!
47+
48+
- [@pravinyo](https://github.com/pravinyo)
49+
3050
# Release: 4.3.0
3151
## :star: New Features/Fixes
3252

buildSrc/src/main/java/com/allsoftdroid/buildsrc/AndroidConfig.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ object AndroidConfig {
66
const val TARGET_SDK_VERSION = 29
77
const val BUILD_TOOLS_VERSION = "29.0.0"
88

9-
const val versionMajor = 4
10-
const val versionMinor = 2
11-
const val versionPatch = 3
9+
const val versionMajor = 5
10+
const val versionMinor = 5
11+
const val versionPatch = 2
1212
var versionClassifier = "alpha"
1313
const val isSnapshot = false
1414

photos/ic_launcher.png

16.3 KB
Loading

0 commit comments

Comments
 (0)