Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 6, 2024
1 parent 5d7a331 commit 513f20a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions android/src/main/java/com/library/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# File: android/gradle.properties

# Enable Jetifier for backward compatibility with old Android dependencies
enableJetifier=true

# Optimize build performance
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureondemand=true

# JVM arguments for faster builds
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# React Native properties
android.useAndroidX=true
android.enableJetifier=true

# Set the default NDK version (if required)
android.ndkVersion=21.4.7075529

0 comments on commit 513f20a

Please sign in to comment.