Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Feb 24, 2017
1 parent 30a4887 commit 4684304
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7/sample-release.apk).
You can download the latest sample app [here](https://github.com/rubengees/introduction/releases/download/1.3.8/sample-release.apk).

### Table of contents

Expand Down Expand Up @@ -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.7@aar'){
compile ('com.github.rubengees:introduction:1.3.8@aar'){
transitive = true;
}
}
Expand Down Expand Up @@ -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.7/javadoc/).
Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/introduction/1.3.8/javadoc/).

### Upgrade Guide

Expand All @@ -238,7 +238,7 @@ Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/int

### Metrics

<a href="http://www.methodscount.com/?lib=com.github.rubengees%3Aintroduction%3A1.3.7"><img src="https://img.shields.io/badge/Methods and size-core: 307 | deps: 16517 | 54 KB-e91e63.svg"/></a>
<a href="http://www.methodscount.com/?lib=com.github.rubengees%3Aintroduction%3A1.3.8"><img src="https://img.shields.io/badge/Methods and size-core: 307 | deps: 16517 | 54 KB-e91e63.svg"/></a>
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2c56559b0732423eb976dc4aa56ab95a)](https://www.codacy.com/app/geesruben/introduction?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=rubengees/introduction&amp;utm_campaign=Badge_Grade)

### Contributions and contributors
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 23
versionName "1.3.7"
versionCode 24
versionName "1.3.8"
vectorDrawables.useSupportLibrary = true
consumerProguardFiles 'proguard-rules.pro'
}
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.rubengees.introductionsample"
minSdkVersion 9
targetSdkVersion 25
versionCode 23
versionName "1.3.7"
versionCode 24
versionName "1.3.8"
vectorDrawables.useSupportLibrary = true
}

Expand Down

0 comments on commit 4684304

Please sign in to comment.