Skip to content

Commit 7fbc7de

Browse files
committed
Up'ed version number to 1.1.0
1 parent f87bf05 commit 7fbc7de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Example:
1616

1717
Add the following into your build.gradle:
1818
```groovy
19-
compile 'za.co.riggaroo:materialhelptutorial:1.0.3'
19+
compile 'za.co.riggaroo:materialhelptutorial:1.1.0'
2020
```
2121
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.
2222
```java

materialhelptutorial/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "1.0.3"
5+
version = "1.1.0"
66
group = "za.co.riggaroo"
77

88
def siteUrl = 'https://github.com/spongebobrf/MaterialIntroTutorial'
@@ -16,7 +16,7 @@ android {
1616
minSdkVersion 15
1717
targetSdkVersion 23
1818
versionCode 5
19-
versionName "1.1.0"
19+
versionName version
2020
}
2121
buildTypes {
2222
release {

0 commit comments

Comments
 (0)