Skip to content

Commit

Permalink
Update Version and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Oct 10, 2015
1 parent fe73a49 commit 2ebbd5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,18 @@ Show a beautiful Intro to your users with ease.
Add this to your build.gradle:

```groovy
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile ('com.rubengees:introduction:1.1.1@aar'){
compile ('com.rubengees:introduction:1.1.2@aar'){
transitive = true;
}
}
```

If that doesn't work, look if there is a new version and the Readme was not updated yet.
If there is no new version and it still doesn't work, try to add this to your build.gradle:

```groovy
repositories {
maven { url "http://dl.bintray.com/rubengees/maven" }
}
```

If you want to use asynchronous image loading, introduced in the new version 1.1.0, you will need [Glide](https://github.com/bumptech/glide) or some other image loading library. If you want to use GIFs you will also need it.

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 10
targetSdkVersion 23
versionCode 7
versionName "1.1.1"
versionCode 8
versionName "1.1.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 2ebbd5a

Please sign in to comment.