File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 6
6
- image : shadowsocks/shadowsocks-android:circleci
7
7
environment :
8
8
JVM_OPTS : -Xmx3.5g
9
- GRADLE_OPTS : -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process"
9
+ GRADLE_OPTS : -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process" -Dandroid.enableAapt2=false
10
10
steps :
11
11
- checkout
12
12
- run : git submodule update --init --recursive
Original file line number Diff line number Diff line change 11
11
# The setting is particularly useful for tweaking memory settings.
12
12
android.enableJetifier =true
13
13
android.useAndroidX =true
14
- org.gradle.jvmargs =-Xmx2g
15
14
16
15
# When configured, Gradle will run in incubating parallel mode.
17
16
# This option should only be used with decoupled projects. More details, visit
You can’t perform that action at this time.
0 commit comments