| 12345678910111213141516171819202122232425262728 |
- ## For more details on how to configure your build environment visit
- # 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.
- # Default value: -Xmx1024m -XX:MaxPermSize=256m
- # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -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
- # org.gradle.parallel=true
- #Wed Oct 19 13:03:04 CST 2022
- android.nonTransitiveRClass=true
- #org.gradle.jvmargs=-Xmx2048m -Dfile.encoding\=UTF-8
- org.gradle.jvmargs=--add-opens java.base/java.util.concurrent=ALL-UNNAMED
- #org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=1080
- android.useAndroidX=true
- android.enableJetifier=true
- org.gradle.unsafe.configuration-cache=true
- #android.includeDependencyInfoInApks=false
- #??key
- KEY_PASSWORD=tdba123
- KEY_ALIAS=chuxubao
- STORE_PASSWORD=tdba123
- #MD5:11ad45999b2950f9eb6cb0978d3e7823
- #SHA1:a4cac4503c996c9eb44e489702a67b4ada678626
- android.enableResourceOptimizations=false
|