Skip to content

Commit 070766f

Browse files
committed
Up'ed version number to 1.0.3
1 parent 53b91ac commit 070766f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

1616
Add the following into your build.gradle:
1717
```groovy
18-
compile 'za.co.riggaroo:materialhelptutorial:1.0.2'
18+
compile 'za.co.riggaroo:materialhelptutorial:1.0.3'
1919
```
2020
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.
2121
```java

materialhelptutorial/build.gradle

Lines changed: 3 additions & 3 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.2"
5+
version = "1.0.3"
66
group = "za.co.riggaroo"
77

88
def siteUrl = 'https://github.com/spongebobrf/MaterialIntroTutorial'
@@ -15,8 +15,8 @@ android {
1515
defaultConfig {
1616
minSdkVersion 15
1717
targetSdkVersion 23
18-
versionCode 3
19-
versionName "1.0.2"
18+
versionCode 4
19+
versionName "1.0.3"
2020
}
2121
buildTypes {
2222
release {

0 commit comments

Comments
 (0)