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
If an Android application is using LiquidCoreAndroid with a configuration of allowBackup=false or supportsRtl=false it will get an error because of contradicting values in the Manufest of LiquidCore.
I don't believe that the <application> tag is necessary for a library and should probably be removed.
The text was updated successfully, but these errors were encountered:
… dependencies
These are being moved to their own repos as addons
Fixed hack where dummy .node files are created in /home/temp
Re-use /home/node_modules to house .node files, removed everything else
Fixed issue #79
Fixed all javadoc errors/warnings
This is fixed in v0.6.0. The <application> tag was added so the instrumentation tests could use HTTP (not HTTPS) for testing. I moved this to the androidTest/AndroidManifest.xml.
If an Android application is using LiquidCoreAndroid with a configuration of
allowBackup=false
orsupportsRtl=false
it will get an error because of contradicting values in the Manufest of LiquidCore.I don't believe that the
<application>
tag is necessary for a library and should probably be removed.The text was updated successfully, but these errors were encountered: