Skip to content

Commit

Permalink
Merge pull request #134 from pravinyo/documentation_update
Browse files Browse the repository at this point in the history
Documentation update
  • Loading branch information
pravinyo authored May 31, 2020
2 parents 9c70718 + e9a04de commit e9146d7
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AudioBook App
`Current Major Version : 6` , [`Privacy Policy for Published App`](http://privacy.audiobooks.allsoftdroid.com/)`
`Current Major Version : 6` , [`Privacy Policy for Published App`](http://privacy.audiobooks.allsoftdroid.com/)

![AudioBook Feature UnitTest](https://github.com/pravinyo/AudioBook/workflows/AudioBook%20Feature%20UnitTest/badge.svg) ![AudioBook Dependency Graph Generator](https://github.com/pravinyo/AudioBook/workflows/AudioBook%20Dependency%20Graph%20Generator/badge.svg) ![Issues](https://img.shields.io/github/issues-closed/pravinyo/AudioBook) ![Closed Pull Request](https://img.shields.io/github/issues-pr-closed/pravinyo/AudioBook) ![top language](https://img.shields.io/github/languages/top/pravinyo/AudioBook) ![license](https://img.shields.io/github/license/pravinyo/AudioBook)

Expand Down Expand Up @@ -31,6 +31,26 @@ This App is based on Single Activity Navigation. Each Fragment screen is develop
# Dependency Graph of the Project:
![AudioBook](/photos/dependencies_graph.png)

# Screenshots
<p float="left">
<img src="/photos/mainscreen.png" width="200" />
<img src="/photos/bookdetails.png" width="200" />
<img src="/photos/listen_later.png" width="200" />
<img src="/photos/mybooks.png" width="200" />
</p>


# Release: 6.2.2
## :beetle: Bug Fixes

- UI fixes and testing enhancement [#133](https://github.com/pravinyo/AudioBook/pull/133)

## :heart: Contributors

We'd like to thank all the contributors who worked on this release!

- [@pravinyo](https://github.com/pravinyo)

# Release: 6.2.0
## :star: New Features

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object AndroidConfig {

const val versionMajor = 6
const val versionMinor = 2
const val versionPatch = 0
const val versionPatch = 2
var versionClassifier = "SNAPSHOT"
const val isSnapshot = false

Expand Down
Binary file added photos/bookdetails.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed photos/ic_launcher.png
Binary file not shown.
Binary file added photos/listen_later.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photos/mainscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photos/mybooks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e9146d7

Please sign in to comment.