Skip to content

Commit e9146d7

Browse files
authored
Merge pull request #134 from pravinyo/documentation_update
Documentation update
2 parents 9c70718 + e9a04de commit e9146d7

File tree

7 files changed

+22
-2
lines changed

7 files changed

+22
-2
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AudioBook App
2-
`Current Major Version : 6` , [`Privacy Policy for Published App`](http://privacy.audiobooks.allsoftdroid.com/)`
2+
`Current Major Version : 6` , [`Privacy Policy for Published App`](http://privacy.audiobooks.allsoftdroid.com/)
33

44
![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)
55

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

34+
# Screenshots
35+
<p float="left">
36+
<img src="/photos/mainscreen.png" width="200" />
37+
<img src="/photos/bookdetails.png" width="200" />
38+
<img src="/photos/listen_later.png" width="200" />
39+
<img src="/photos/mybooks.png" width="200" />
40+
</p>
41+
42+
43+
# Release: 6.2.2
44+
## :beetle: Bug Fixes
45+
46+
- UI fixes and testing enhancement [#133](https://github.com/pravinyo/AudioBook/pull/133)
47+
48+
## :heart: Contributors
49+
50+
We'd like to thank all the contributors who worked on this release!
51+
52+
- [@pravinyo](https://github.com/pravinyo)
53+
3454
# Release: 6.2.0
3555
## :star: New Features
3656

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object AndroidConfig {
88

99
const val versionMajor = 6
1010
const val versionMinor = 2
11-
const val versionPatch = 0
11+
const val versionPatch = 2
1212
var versionClassifier = "SNAPSHOT"
1313
const val isSnapshot = false
1414

photos/bookdetails.png

904 KB
Loading

photos/ic_launcher.png

-16.3 KB
Binary file not shown.

photos/listen_later.png

850 KB
Loading

photos/mainscreen.png

1.34 MB
Loading

photos/mybooks.png

834 KB
Loading

0 commit comments

Comments
 (0)