Skip to content
This repository was archived by the owner on Feb 5, 2023. It is now read-only.

Commit d10682d

Browse files
committed
chore: upgrade android studio
1 parent 2191010 commit d10682d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
maven { url 'https://jitpack.io' }
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.3.1'
11-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20'
10+
classpath 'com.android.tools.build:gradle:7.4.0'
11+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21'
1212
classpath "com.osacky.doctor:doctor-plugin:0.8.1"
1313

1414
// NOTE: Do not place your application dependencies here; they belong

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
77
# Specifies the JVM arguments used for the daemon process.
88
# The setting is particularly useful for tweaking memory settings.
9-
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
9+
org.gradle.jvmargs=-Xmx6g -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError
1010
# When configured, Gradle will run in incubating parallel mode.
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects

0 commit comments

Comments
 (0)