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
Android pre-5.1 support including deprecated armeabi target (superseded by armeabi-v7a, seems to be not supported by Android 5.0) to be dropped as I had proposed in Ending support for old Android versions #771, for the following reasons:
updated:
armeabi
target (superseded byarmeabi-v7a
, seems to be not supported by Android 5.0) to be dropped as I had proposed in Ending support for old Android versions #771, for the following reasons:armeabi
target CPUcode
will always be0
(Error code member going away #821; was part of Major release with possible enhancements & breaking changes #773)location
numeric values of0
,1
, and2
will be rejected; must uselocation: 'default'
oriosDatabaseLocation
setting as documented (was part of Major release with possible enhancements & breaking changes #773)androidDatabaseImplementation: 2
setting which is now superseded byandroidDatabaseProvider: 'system'
settingkey
orcreateFromLocation
is usedunder consideration:
androidLockWorkaround
option if it is not needed by the user community any longerother:
The text was updated successfully, but these errors were encountered: