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

Commit

Permalink
chore: Up'ed version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Oct 13, 2016
1 parent 3e0c5c3 commit 87fce1e
Showing 1 changed file with 2 additions and 2 deletions.
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.3.0"
version = "1.4.0"
group = "za.co.riggaroo"

def siteUrl = 'https://github.com/spongebobrf/MaterialIntroTutorial'
Expand All @@ -15,7 +15,7 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 24
versionCode 8
versionCode 9
versionName version
}
buildTypes {
Expand Down

0 comments on commit 87fce1e

Please sign in to comment.