I just updated all my Distriqt ANEs to be up to date, including replacing com.distriqt.androidsupport.V4 with androidx.core
I tried to package my app for 32bit and got the following error:
aapt tool failed:ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontVariationSettings
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:ttcIndex
Googling has only surfaced info for fixing this error in PhoneGap and Cordova. Anyone know what the solution would be in AIR?