1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2026-03-30 20:31:41 +00:00

upgrade projects

- gradle wrapper v6.2
- kotlin v1.3.61
This commit is contained in:
Nishant Srivastava
2020-02-17 20:55:35 +01:00
parent bbd5849407
commit d9de8bd39b
161 changed files with 4535 additions and 3394 deletions

View File

@@ -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"