diff --git a/README.md b/README.md index acd66fa..05d6acf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Show a beautiful Intro to your users with ease. ![](art/screenshot_gallery.png) -You can download the latest sample app [here](https://github.com/rubengees/introduction/releases/download/1.4.0/sample-release.apk). +You can download the latest sample app [here](https://github.com/rubengees/introduction/releases/download/1.4.1/sample-release.apk). ### Table of contents @@ -37,7 +37,7 @@ And this to your module `build.gradle` (usually in the `app` directory): ```groovy dependencies { - compile 'com.github.rubengees:introduction:1.4.0' + compile 'com.github.rubengees:introduction:1.4.1' } ``` @@ -232,7 +232,7 @@ If you set a CustomViewBuilder to your Slide, all other values aside from the co ##### Further reading A much more detailed explanation with all available APIs can be found in the [Wiki](https://github.com/RubenGees/Introduction/wiki).
-Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/introduction/1.4.0/javadoc/). +Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/introduction/1.4.1/javadoc/). ### Upgrade Guide @@ -253,7 +253,7 @@ Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/int ### Metrics -
+
### Contributions and contributors diff --git a/build.gradle b/build.gradle index c2a0629..8b52fa4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ ext { preDexLibs = !project.hasProperty('disablePreDex') - version = '1.4.0' - versionCode = 26 + version = '1.4.1' + versionCode = 27 minSdkVersion = 9 targetSdkVersion = 25 compileSdkVersion = 25