Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Up'ed version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Mar 12, 2016
1 parent f87bf05 commit 7fbc7de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Example:

Add the following into your build.gradle:
```groovy
compile 'za.co.riggaroo:materialhelptutorial:1.0.3'
compile 'za.co.riggaroo:materialhelptutorial:1.1.0'
```
In your activity, create a list of TutorialItems (set the title, subtitle, background colour and image drawable int). Pass them onto the MaterialTutorialActivity and start the activity for result.
```java
Expand Down
4 changes: 2 additions & 2 deletions materialhelptutorial/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "1.0.3"
version = "1.1.0"
group = "za.co.riggaroo"

def siteUrl = 'https://github.com/spongebobrf/MaterialIntroTutorial'
Expand All @@ -16,7 +16,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 5
versionName "1.1.0"
versionName version
}
buildTypes {
release {
Expand Down

0 comments on commit 7fbc7de

Please sign in to comment.