Skip to content

Commit

Permalink
Disable unused jetifier
Browse files Browse the repository at this point in the history
As it is unused, Android Studio suggests to disable it for faster builds.
  • Loading branch information
nickbeth committed Jan 5, 2024
1 parent 63d17dd commit b73d5bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ org.gradle.daemon=true
# 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
# Android NDK verbose build output
android.native.buildOutput=verbose
# Gradle Configuration Cache
Expand Down

0 comments on commit b73d5bd

Please sign in to comment.