Skip to content

Commit

Permalink
Prepare v0.3.10
Browse files Browse the repository at this point in the history
Changelog -

Fix FolioReader#214
Fix FolioReader#215
  • Loading branch information
hrishikesh-kadam committed Jun 22, 2018
1 parent e738f18 commit 557198c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FolioReader-Android is an ePub reader written in Java.
### Gradle
Add following dependency to your app build.gradle
``` java
compile 'com.folioreader:folioreader:0.3.9'
compile 'com.folioreader:folioreader:0.3.10'
```

Add maven repository to your top level build.gradle
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext.KOTLIN_VERSION= '1.2.41'

ext.ANDROID_LIB_VERSION = '27.1.1'
ext.R2_STREAMER_VERSION = '0.1.5'
ext.R2_STREAMER_VERSION = '0.1.6'
def KOTLIN_VERSION = ext.KOTLIN_VERSION

repositories {
Expand Down
2 changes: 1 addition & 1 deletion folioreader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {
siteUrl = 'https://github.com/FolioReader/FolioReader-Android'
gitUrl = 'https://github.com/FolioReader/FolioReader-Android.git'

libraryVersion = '0.3.9'
libraryVersion = '0.3.10'

developerId = 'mobisystech'
developerName = 'Folio Reader'
Expand Down
2 changes: 1 addition & 1 deletion webViewMarker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/FolioReader/FolioReader-Android'
gitUrl = 'https://github.com/FolioReader/FolioReader-Android.git'

libraryVersion = '0.3.9'
libraryVersion = '0.3.10'

developerId = 'mobisystech'
developerName = 'Folio Reader'
Expand Down

0 comments on commit 557198c

Please sign in to comment.