File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 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
+ #
7
3
# For more details on how to configure your build environment visit
8
4
# http://www.gradle.org/docs/current/userguide/build_environment.html
9
-
5
+ #
10
6
# Specifies the JVM arguments used for the daemon process.
11
7
# The setting is particularly useful for tweaking memory settings.
12
8
# Default value: -Xmx10248m -XX:MaxPermSize=256m
13
9
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14
-
10
+ #
15
11
# When configured, Gradle will run in incubating parallel mode.
16
12
# This option should only be used with decoupled projects. More details, visit
17
13
# 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' com.github.dcendents.android-maven'
3
3
apply plugin : ' com.jfrog.bintray'
4
4
5
- version = " 1.1 .0"
5
+ version = " 1.2 .0"
6
6
group = " za.co.riggaroo"
7
7
8
8
def siteUrl = ' https://github.com/spongebobrf/MaterialIntroTutorial'
@@ -15,7 +15,7 @@ android {
15
15
defaultConfig {
16
16
minSdkVersion 11
17
17
targetSdkVersion 23
18
- versionCode 5
18
+ versionCode 6
19
19
versionName version
20
20
}
21
21
buildTypes {
You can’t perform that action at this time.
0 commit comments