Skip to content

Commit

Permalink
chore: Disable Jetifier (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 authored Feb 16, 2023
1 parent 0464505 commit 33ec0d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# (not needed, since no requested libraries are pre-AndroidX)
android.enableJetifier=false
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

Expand Down

0 comments on commit 33ec0d3

Please sign in to comment.