pull/137/head
FongMi 3 years ago
parent 6743b04c82
commit 553c5c3228
  1. 4
      app/build.gradle
  2. 4
      gradle.properties

@ -21,12 +21,12 @@ android {
leanback {
dimension "mode"
versionCode 80
versionName "20230607#1"
versionName "20230607#2"
}
mobile {
dimension "mode"
versionCode 18
versionName "20230607#1"
versionName "20230607#2"
}
java {
dimension "api"

@ -6,7 +6,9 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx8192m -Dfile.encoding=UTF-8
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects

Loading…
Cancel
Save