Skip to content
Snippets Groups Projects
Commit c610a32d authored by Shiny's avatar Shiny Committed by Dan
Browse files

Upped gradle from 1.5.0 to 2.1.2 (#206)


* Upped gradle from 1.5.0 to 2.1.2

Signed-off-by: default avatarBrenda Wallace <brenda@wallace.net.nz>

* Update grade distribution url to 2.10

* Updated gradle-wrapper.jar

* gradle upgraded to 2.10 distribution

Signed-off-by: default avatarBrenda Wallace <brenda@wallace.net.nz>
parent 45f4849b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.android.tools.build:gradle:2.1.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
......
No preview for this file type
#Tue Jan 06 16:11:00 EST 2015
#Mon Jun 27 01:08:28 UTC 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip
......@@ -42,11 +42,6 @@ case "`uname`" in
;;
esac
# For Cygwin, ensure paths are in UNIX format before anything is touched.
if $cygwin ; then
[ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
fi
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
PRG="$0"
......@@ -61,9 +56,9 @@ while [ -h "$PRG" ] ; do
fi
done
SAVED="`pwd`"
cd "`dirname \"$PRG\"`/" >&-
cd "`dirname \"$PRG\"`/" >/dev/null
APP_HOME="`pwd -P`"
cd "$SAVED" >&-
cd "$SAVED" >/dev/null
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
......@@ -114,6 +109,7 @@ fi
if $cygwin ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
JAVACMD=`cygpath --unix "$JAVACMD"`
# We build the pattern for arguments to be converted via cygpath
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
......
gradlew.bat 100644 → 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment