From 8405ccd84fb2a305b0e9c45b94767e2d371ce20d Mon Sep 17 00:00:00 2001 From: andrekir Date: Tue, 31 Jan 2023 18:18:50 -0300 Subject: [PATCH] chore: disable Jetifier --- gradle.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 23339e0d..83df5e3a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,5 @@ org.gradle.jvmargs=-Xmx1536m # 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 # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official