We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17f5d4 commit 3b23efdCopy full SHA for 3b23efd
materialhelptutorial/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
apply plugin: 'com.github.dcendents.android-maven'
3
apply plugin: 'com.jfrog.bintray'
4
5
-version = "1.2.1"
+version = "1.3.0"
6
group = "za.co.riggaroo"
7
8
def siteUrl = 'https://github.com/spongebobrf/MaterialIntroTutorial'
@@ -15,7 +15,7 @@ android {
15
defaultConfig {
16
minSdkVersion 11
17
targetSdkVersion 23
18
- versionCode 7
+ versionCode 8
19
versionName version
20
}
21
buildTypes {
0 commit comments