Skip to content

Commit 87fce1e

Browse files
committed
chore: Up'ed version number.
1 parent 3e0c5c3 commit 87fce1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.3.0"
5+
version = "1.4.0"
66
group = "za.co.riggaroo"
77

88
def siteUrl = 'https://github.com/spongebobrf/MaterialIntroTutorial'
@@ -15,7 +15,7 @@ android {
1515
defaultConfig {
1616
minSdkVersion 11
1717
targetSdkVersion 24
18-
versionCode 8
18+
versionCode 9
1919
versionName version
2020
}
2121
buildTypes {

0 commit comments

Comments
 (0)