0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

Remove enableJetifier

It should had been removed when #5225 was fixed, as it isn't necessary anymore

Doing Android Studio's check confirms that no dependencies needs it currently
This commit is contained in:
Brayan Oliveira 2023-02-01 09:35:49 -03:00 committed by Mike Hardy
parent 84a2ea0d0c
commit 70161c1e05

View File

@ -15,9 +15,6 @@ org.gradle.jvmargs=-Xmx2560M -Dfile.encoding=UTF-8
# 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
# Needed until material dialogs is updated: https://github.com/ankidroid/Anki-Android/issues/5225
android.enableJetifier=true
# With de-coupled gradle sub-modules, they may run in parallel
org.gradle.parallel=true