This repository was archived by the owner on Jun 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+ #
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
44
5- version = " 1.1 .0"
5+ version = " 1.2 .0"
66group = " za.co.riggaroo"
77
88def 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 {
You can’t perform that action at this time.
0 commit comments