From 2b81c9ad613e3809b603e66ab1dd28909edfd565 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Fri, 18 Aug 2023 20:37:44 +0530 Subject: [PATCH] gradle: Disable jetifier No dependencies need it anymore Signed-off-by: Aayush Gupta --- gradle.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3ba9737f6..3721c84b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,8 +34,6 @@ org.gradle.jvmargs=-Xmx2048m # 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