diff --git a/README.md b/README.md index b81dc0c93..6fbeddd53 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.9' +compile 'com.folioreader:folioreader:0.3.10' ``` Add maven repository to your top level build.gradle diff --git a/build.gradle b/build.gradle index 334072821..e70aaefc9 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.5' + ext.R2_STREAMER_VERSION = '0.1.6' def KOTLIN_VERSION = ext.KOTLIN_VERSION repositories { diff --git a/folioreader/build.gradle b/folioreader/build.gradle index 76e5b239e..9bd7e18ee 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.9' + libraryVersion = '0.3.10' developerId = 'mobisystech' developerName = 'Folio Reader' diff --git a/webViewMarker/build.gradle b/webViewMarker/build.gradle index ca9032116..1b2e8e78b 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.9' + libraryVersion = '0.3.10' developerId = 'mobisystech' developerName = 'Folio Reader'