This commit is contained in:
@@ -37,7 +37,6 @@ jobs:
|
||||
|
||||
# 创建 gradle.properties 配置自定义 aapt2(ARM64 版本)
|
||||
echo "android.aapt2FromMavenOverride=/usr/bin/aapt2" >> gradle.properties
|
||||
echo "android.enableAapt2=false" >> gradle.properties
|
||||
echo "org.gradle.jvmargs=-Xmx2g -XX:+UseG1GC -XX:MaxMetaspaceSize=512m" >> gradle.properties
|
||||
echo "org.gradle.daemon=false" >> gradle.properties
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id 'com.android.application' version '8.2.0' apply false
|
||||
id 'com.android.application' version '8.0.2' apply false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user