升级sdk至 2.1.1

This commit is contained in:
2024-06-05 15:09:03 +08:00
parent d09e25b3fb
commit abeafaffc8
61 changed files with 466 additions and 105 deletions

View File

@@ -35,8 +35,9 @@ namespace AnyThink.Scripts.Editor
#else
var gradlePropertiesPath = Path.Combine(path, "gradle.properties");
#endif
processGradleProperties(gradlePropertiesPath);
if (!ATConfig.isDefaultAndroidX()) {
processGradleProperties(gradlePropertiesPath);
}
processAndroidManifest(path);
processNetworkConfigXml(path);
ATProcessBuildGradleAndroid.processBuildGradle(path);