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 @@ -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
Original file line number Diff line number Diff line change 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
1717systemProp.http.proxyPort =8080
Original file line number Diff line number Diff line change 1- # Mon Nov 09 22:44:17 SAST 2015
1+ # Wed May 11 08:28:41 SAST 2016
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
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.2.0 "
5+ version = " 1.2.1 "
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 6
18+ versionCode 7
1919 versionName version
2020 }
2121 buildTypes {
You can’t perform that action at this time.
0 commit comments