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

Commit 04263d5

Browse files
committed
Up'ed to version 1.2.1
1 parent cf390ff commit 04263d5

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.3.0'
8+
classpath 'com.android.tools.build:gradle:2.1.0'
99
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1111
// NOTE: Do not place your application dependencies here; they belong

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# This option should only be used with decoupled projects. More details, visit
1313
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1414
# org.gradle.parallel=true
15-
#Sun Apr 17 13:50:43 SAST 2016
16-
systemProp.http.proxyHost=
15+
#Wed May 11 08:23:46 SAST 2016
16+
systemProp.http.proxyHost=127.0.0.1
1717
systemProp.http.proxyPort=8080
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Nov 09 22:44:17 SAST 2015
1+
#Wed May 11 08:28:41 SAST 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

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.2.0"
5+
version = "1.2.1"
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 23
18-
versionCode 6
18+
versionCode 7
1919
versionName version
2020
}
2121
buildTypes {

0 commit comments

Comments
 (0)