Skip to content

Commit

Permalink
[OPT] disable Jetifier
Browse files Browse the repository at this point in the history
  • Loading branch information
oOJohn6Oo committed Oct 7, 2023
1 parent 9f7c7b4 commit c061499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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
android.enableJetifier=false
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
org.gradle.unsafe.configuration-cache=true

0 comments on commit c061499

Please sign in to comment.