Skip to content

Commit

Permalink
Merge pull request Expensify#50139 from gedu/gedu/android_build_no_je…
Browse files Browse the repository at this point in the history
…tifier

disabling Jetifier
  • Loading branch information
roryabraham authored Oct 4, 2024
2 parents fa7c3e6 + 6100a62 commit 2806d9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ dependencies {
implementation 'com.facebook.fresco:fresco:2.5.0'
implementation 'com.facebook.fresco:animated-gif:2.5.0'

// Android support library
implementation 'com.android.support:support-core-utils:28.0.0'
// AndroidX support library
implementation 'androidx.legacy:legacy-support-core-utils:1.0.0'

// Multi Dex Support: https://developer.android.com/studio/build/multidex#mdex-gradle
implementation 'com.android.support:multidex:1.0.3'
implementation 'androidx.multidex:multidex:2.0.1'

// Plaid SDK
implementation project(':react-native-plaid-link-sdk')
Expand Down
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=512m
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Disabled Jetifier to improve build performance as we're not using libraries that require Jetifier for AndroidX compatibility.
android.enableJetifier=false

# Increase storage capacity (the default is 6 MB)
AsyncStorage_db_size_in_MB=10
Expand Down

0 comments on commit 2806d9d

Please sign in to comment.