From 4a5c70fc121af60f45daf56adb9df5ad3abf57e9 Mon Sep 17 00:00:00 2001 From: Ruben Gees Date: Fri, 24 Feb 2017 21:24:10 +0100 Subject: [PATCH] Bump version --- README.md | 8 ++++---- library/build.gradle | 4 ++-- sample/build.gradle | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 637256d..1267f48 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,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.3.8/sample-release.apk). +You can download the latest sample app [here](https://github.com/rubengees/introduction/releases/download/1.3.9/sample-release.apk). ### Table of contents @@ -38,7 +38,7 @@ And this to your module `build.gradle` (usually in the `app` directory): ```groovy dependencies { - compile ('com.github.rubengees:introduction:1.3.8@aar'){ + compile ('com.github.rubengees:introduction:1.3.9@aar'){ transitive = true; } } @@ -222,7 +222,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.3.8/javadoc/). +Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/introduction/1.3.9/javadoc/). ### Upgrade Guide @@ -238,7 +238,7 @@ Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/int ### Metrics - + [![Codacy Badge](https://api.codacy.com/project/badge/Grade/2c56559b0732423eb976dc4aa56ab95a)](https://www.codacy.com/app/geesruben/introduction?utm_source=github.com&utm_medium=referral&utm_content=rubengees/introduction&utm_campaign=Badge_Grade) ### Contributions and contributors diff --git a/library/build.gradle b/library/build.gradle index 8319c1b..d5ade9a 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -10,8 +10,8 @@ android { defaultConfig { minSdkVersion 9 targetSdkVersion 25 - versionCode 24 - versionName "1.3.8" + versionCode 25 + versionName "1.3.9" vectorDrawables.useSupportLibrary = true consumerProguardFiles 'proguard-rules.pro' } diff --git a/sample/build.gradle b/sample/build.gradle index 2281a4b..2546408 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.rubengees.introductionsample" minSdkVersion 9 targetSdkVersion 25 - versionCode 24 - versionName "1.3.8" + versionCode 25 + versionName "1.3.9" vectorDrawables.useSupportLibrary = true }