Update AGP and Gradle
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
acf58cdc45
commit
97ee48dd25
3 changed files with 5 additions and 2 deletions
|
@ -14,7 +14,7 @@ ext.versions = [
|
|||
|
||||
ext.deps = [
|
||||
gradle_plugin: [
|
||||
android: 'com.android.tools.build:gradle:3.5.3',
|
||||
android: 'com.android.tools.build:gradle:3.6.0',
|
||||
kotlin: 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61',
|
||||
spotless: 'com.diffplug.spotless:spotless-plugin-gradle:3.27.1'
|
||||
],
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
3
gradlew.bat
vendored
3
gradlew.bat
vendored
|
@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
|
|||
set APP_BASE_NAME=%~n0
|
||||
set APP_HOME=%DIRNAME%
|
||||
|
||||
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
|
||||
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
|
||||
|
||||
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
|
||||
|
||||
|
|
Loading…
Reference in a new issue