diff --git a/README.md b/README.md index 6fbeddd53..7992389b4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index e70aaefc9..4ea73c138 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/folioreader/build.gradle b/folioreader/build.gradle index 9bd7e18ee..c96feb6e7 100644 --- a/folioreader/build.gradle +++ b/folioreader/build.gradle @@ -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' diff --git a/webViewMarker/build.gradle b/webViewMarker/build.gradle index 1b2e8e78b..78a8b04e0 100644 --- a/webViewMarker/build.gradle +++ b/webViewMarker/build.gradle @@ -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'