You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest Google Play Instant plugin will only build an AAB if OpenGLES2 is the only graphics api enabled. This requirement is outdated and should be removed, as it prevents apps using ARFoundation from being packed as instant apps
The text was updated successfully, but these errors were encountered:
Thanks @nilsk123 for filing this. You're right that this requirement is somewhat outdated since it doesn't apply to instant apps configured to support a minimum version of Android Oreo (API 26) or newer. I'll try to put up a fix this week, though I may not have time to do a full release.
Pre-Oreo devices only support instant apps using OpenGLES2, so we keep this as a requirement when an app's minimum SDK is 25 or lower. However, apps that only support Oreo+ should be able to use any Graphics API.
Fixes issue #70
PiperOrigin-RevId: 345583664
Hello,
The latest Google Play Instant plugin will only build an AAB if OpenGLES2 is the only graphics api enabled. This requirement is outdated and should be removed, as it prevents apps using ARFoundation from being packed as instant apps
The text was updated successfully, but these errors were encountered: