Skip to content

Commit

Permalink
disable jetifier
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasl committed Dec 22, 2023
1 parent 52cc2c9 commit 50642d6
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

Expand Down

0 comments on commit 50642d6

Please sign in to comment.