diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-05-31 13:12:15 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-31 13:12:15 +0530 |
commit | 523f2afc5389ab0bf69792d6f823a32e86f92512 (patch) | |
tree | 672a873d8e75e310839f255c2b3a39d3f070eff6 /gradlew | |
parent | 81c4960dd68d8e127aa3e7d5e0acd932fef9765e (diff) |
build: Upgrade all dependencies (#803)
* build: upgrade all dependencies
We've accumulated a fat backlog here that's gonna need some heavy testing
* build: adjust for WhatTheStack upgrade
This is now automatically initialized
* build: downgrade security-crypto
* build: upgrade to Gradle 6.4
* idea: sync from AS 4.1.x
* build: bump AGP to 4.0.0
* build: disable Jetifier
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Fabian Henneke <FabianHenneke@users.noreply.github.com>
Diffstat (limited to 'gradlew')
-rwxr-xr-x | gradlew | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,6 +82,7 @@ esac CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then @@ -129,6 +130,7 @@ fi if [ "$cygwin" = "true" -o "$msys" = "true" ] ; 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 |