Skip to content

Commit

Permalink
Fix Android compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Oct 26, 2024
1 parent c8c5ea4 commit ec509df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,8 @@ android {
}

dependencies {

implementation "com.facebook.react:react-android"

implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0")

if (hermesEnabled.toBoolean()) {
implementation("com.facebook.react:hermes-android")
} else {
Expand Down
1 change: 1 addition & 0 deletions example/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
android.useAndroidX=true
android.enableJetifier=true
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
newArchEnabled=true
hermesEnabled=true

0 comments on commit ec509df

Please sign in to comment.