Felix Deimel
Felix Deimel
[JNA has now been updated](https://github.com/java-native-access/jna/issues/1618#issuecomment-2558408868) to support 16KB page size. So targeting Android 15 should work now.
@nil4 Thx for the detailed explanation. 🙏 I guess this won't happen too often, so the temporary workaround is probably good enough.
Same here. We recently rolled out Aptabase in a macOS app and now started to see crashes with stack traces along the lines of this: ``` Thread 10 Crashed:: tid_1a037...
Just for reference, here's the generated files with RC1: https://github.com/royalapplications/beyondnet/commit/0746d4b86b3042290cb7f0e56a82bd67eeaa46fc
We should now be able to remove the bundled ICU stuff: https://github.com/royalapplications/beyondnet/issues/78: Done
@krikk This adds a completely new file to the repo `new LAPS (Windows PowerShell).rdfx` instead of replacing the original. Is this new script not compatible with older versions of LAPS...
@krikk Thx for the clarification. So, should we maybe name the new script `LAPS April 2023 (Windows PowerShell).rdfx` instead of `new LAPS (Windows PowerShell).rdfx` to make that more clear?
@krikk Yeah, that sounds good to me! Awaiting the changes...
@ujwal-setlur Looks like you're running into [this](https://stackoverflow.com/questions/67889931/the-package-product-mylibrary-cannot-be-used-as-a-dependency-of-this-target-be) issue which, according to the replies on Stack overflow you should be able to work around by pinning the dependency to RoyalVNC to...