From 9e7402f0c2a62a9e6672955f086307428d18261c Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期二, 20 二月 2024 11:12:10 +0800 Subject: [PATCH] 0312 开启v1签名,关闭v2 --- SdkProject/gradle.properties | 42 +++++++++++++++++++++--------------------- 1 files changed, 21 insertions(+), 21 deletions(-) diff --git a/SdkProject/gradle.properties b/SdkProject/gradle.properties index fb1f711..629b69d 100644 --- a/SdkProject/gradle.properties +++ b/SdkProject/gradle.properties @@ -1,21 +1,21 @@ -# 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=-Xmx2048m -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 -# AndroidX package structure to make it clearer which packages are bundled with the -# Android operating system, and which are packaged with your app"s APK 路 -# https://developer.android.com/topic/libraries/support-library/androidx-rn -android.useAndroidX=false -## Automatically convert third-party libraries to use AndroidX -android.enableJetifier=false -#褰撳墠鏋勫缓鐨勬笭閬撳悕绉� -CHANNEL_NAME=qkbt5game +# 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=-Xmx2048m -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 +# AndroidX package structure to make it clearer which packages are bundled with the +# Android operating system, and which are packaged with your app"s APK 路 +# https://developer.android.com/topic/libraries/support-library/androidx-rn +android.useAndroidX=false +## Automatically convert third-party libraries to use AndroidX +android.enableJetifier=false +#褰撳墠鏋勫缓鐨勬笭閬撳悕绉� +CHANNEL_NAME=mlgtgame -- Gitblit v1.8.0