Skip to content

Commit 1452861

Browse files
committed
created release 1.2.0
1 parent e16be50 commit 1452861

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

gradle.properties

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
# Project-wide Gradle settings.
2-
3-
# IDE (e.g. Android Studio) users:
4-
# Gradle settings configured through the IDE *will override*
5-
# any settings specified in this file.
6-
1+
## Project-wide Gradle settings.
2+
#
73
# For more details on how to configure your build environment visit
84
# http://www.gradle.org/docs/current/userguide/build_environment.html
9-
5+
#
106
# Specifies the JVM arguments used for the daemon process.
117
# The setting is particularly useful for tweaking memory settings.
128
# Default value: -Xmx10248m -XX:MaxPermSize=256m
139
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14-
10+
#
1511
# When configured, Gradle will run in incubating parallel mode.
1612
# This option should only be used with decoupled projects. More details, visit
1713
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18-
# org.gradle.parallel=true
14+
# org.gradle.parallel=true
15+
#Sun Apr 17 13:50:43 SAST 2016
16+
systemProp.http.proxyHost=
17+
systemProp.http.proxyPort=8080

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

0 commit comments

Comments
 (0)