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
will fail with OOM error unless running the following command sed -i '/org.gradle.jvmargs/s/^#//g' gradle.properties; which used to uncomment this line:
Compiling this app with Containerfile at: https://gitlab.com/walletscrutiny/walletScrutinyCom/-/issues/208
will fail with OOM error unless running the following command
sed -i '/org.gradle.jvmargs/s/^#//g' gradle.properties;
which used to uncomment this line:BitcoinWalletMobile/android/gradle.properties
Line 13 in 56d56d7
so it's better to increase the defaults to be enough for app compilation.
The text was updated successfully, but these errors were encountered: