removing jetifier screenshot config as the jetifier is no longer needed

This commit is contained in:
Adam Brown 2022-09-16 16:14:36 +01:00
parent 7d18d89a61
commit dc0599f966
1 changed files with 1 additions and 2 deletions

View File

@ -15,9 +15,8 @@ org.gradle.vfs.watch=true
org.gradle.caching=true org.gradle.caching=true
# Android Settings # Android Settings
android.enableJetifier=true android.enableJetifier=false
android.useAndroidX=true android.useAndroidX=true
android.jetifier.ignorelist=android-base-common,common
#Project Settings #Project Settings
# Change debugPrivateData to true for debugging # Change debugPrivateData to true for debugging