Skip to content

Commit

Permalink
remove temp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Oct 24, 2024
1 parent 714df78 commit f65b237
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
# Build and publish locally for the test app to find the SNAPSHOT version
- name: Build ${{ env.PACKAGE_NAME }}
run: |
./gradlew :android:crt:build --info -Dorg.gradle.jvmargs="-Xmx4g -XX:MaxPermSize=2g"
./gradlew :android:crt:build -Dorg.gradle.jvmargs="-Xmx2g"
./gradlew -PnewVersion="1.0.0-SNAPSHOT" :android:crt:publishToMavenLocal
# Setup files required by test app for Device Farm testing
- name: Setup Android Test Files
Expand Down
2 changes: 1 addition & 1 deletion android/crt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ android {
consumerProguardFiles 'consumer-rules.pro'

ndk {
abiFilters "x86_64"
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}

externalNativeBuild {
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# 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=-Xmx4g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx1536m
# 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
Expand Down

0 comments on commit f65b237

Please sign in to comment.