Skip to content

Commit bb3a0eb

Browse files
committed
Improve build process
1 parent 4778f1a commit bb3a0eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
}
2020
}
2121

22-
ndkVersion "21.4.7075529"
22+
//ndkVersion "21.4.7075529"
2323
ndk {
2424
// https://developer.android.com/ndk/guides/abis.html#sa
2525
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# The setting is particularly useful for tweaking memory settings.
1212
# Default value: -Xmx10248m -XX:MaxPermSize=256m
1313
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14-
org.gradle.jvmargs=-Xmx500m
14+
#org.gradle.jvmargs=-Xmx500m
1515

1616
# When configured, Gradle will run in incubating parallel mode.
1717
# This option should only be used with decoupled projects. More details, visit

0 commit comments

Comments
 (0)