Skip to content

Commit

Permalink
Merge pull request #104 from codetoart/dev
Browse files Browse the repository at this point in the history
Fixes #221
  • Loading branch information
Mahavir Jain committed Jun 25, 2018
2 parents 557198c + 0546d98 commit 2c1b55c
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.10'
compile 'com.folioreader:folioreader:0.3.11'
```

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.6'
ext.R2_STREAMER_VERSION = '0.1.7'
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.10'
libraryVersion = '0.3.11'

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.10'
libraryVersion = '0.3.11'

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

0 comments on commit 2c1b55c

Please sign in to comment.