123456789101112131415161718192021222324252627282930313233343536373839 |
- # Project-wide Gradle settings.
- # IDE (e.g. Android Studio) users:
- # Gradle settings configured through the IDE *will override*
- # any settings specified in this file.
- # 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.
- org.gradle.jvmargs=-Xmx4096m -Xms3072m
- # 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
- org.gradle.daemon=true
- org.gradle.configureondemand=true
- org.gradle.parallel=true
- # ���ֵһ������AndroidStudio�汾��һ��
- localGradlePluginVersion=3.4.2
- # ÿ�θ��ġ�isModule����ֵ����Ҫ��� "Sync Project" ��ť
- # isModule�ǡ����ɿ���ģʽ���͡��������ģʽ�����л�����
- isModule=false
- # 需要在gradle.properties中添加下面两行代码
- # 这是因为混合支持库。通过添加这些行选择androidX作为您的支持库
- android.useAndroidX=true
- android.enableJetifier=true
- MAVEN_PUBLIC_URL=http://192.168.2.10:8081/repository/maven-releases
- #MAVEN_PUBLIC_URL=https://packages.aliyun.com/maven/repository/2033452-snapshot-ELyiH0
- MAVEN_USERNAME=shanp
- MAVEN_PASSWORD=admin123
- MAVEN_GROUNP_ID=com.shanp.android
- android.injected.testOnly=false
|