Skip to content

Commit

Permalink
Disable Jetifier
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Jul 21, 2020
1 parent 13fc00e commit 4e7744f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ org.gradle.jvmargs=-Xmx2048m
# 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
kotlin.code.style=official

0 comments on commit 4e7744f

Please sign in to comment.