Commit 18ffc0f5 by ibaker Committed by kim-vde

Update Gradle jetifier config to use non-deprecated option

PiperOrigin-RevId: 383255572
parent 5b2e8543
Showing with 1 additions and 1 deletions
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
android.useAndroidX=true android.useAndroidX=true
android.enableJetifier=true android.enableJetifier=true
# https://github.com/robolectric/robolectric/issues/6521#issuecomment-851736355 # https://github.com/robolectric/robolectric/issues/6521#issuecomment-851736355
android.jetifier.blacklist=bcprov android.jetifier.ignorelist=bcprov
buildDir=buildout buildDir=buildout
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment