Peter de Kraker
Peter de Kraker
It seems that this line in the gradle plugin causes the issue: ``` private fun Project.isJvmMinificationEnabled(variant: BaseVariant) = variant.buildType.isMinifyEnabled || hasDexguardPlugin() ```
- Android Studio Chipmunk 2021.2.1 - Gradle 7.4.2 - Android Gradle Plugin 7.2.0 (als tested with 7.1.3 same issue) - Bugsnag gradle 7.2.0 (also tested with 7.1.0 same issue) To...
Same issue, on multiple machines using Ubuntu 20.04. ``` systemd 245 (245.4-4ubuntu3.13) +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD...
CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/CocoaPods-version.yml Response: 403
Same issue, in browser I can open the link, pod install/update fails with 403
I have the same issue, and this solved the missing proguard map in a bundle file. Note that it's hardcoded on release and no flavors. It's a bit hacky, but...
Is there any progress or status on this? I need adler32 to be fast on arm64. Is this PR not deemed ok? Any plans to finish the support for NEON?...
Would this dotprod be supported on Android ARM64 devices? Or is it a very obscure instruction? Would it impact performance much if a device doesn't have it? (cq can we...
I am willing to offer a bounty of 50 Euro to get this working on ARM64 Android. One for the implementer (@CryZe ?) and one for the owner of this...
I now resorted to using libdeflater-sys that wraps the libdeflate C++ library, and provides SIMD accelerated adler32 besides deflate and crc32. It has a dotproduct check and implementations for both...
Wow, we have the same issue, and the 'fix' mentioned indeed does solve our issue. I spend 2 hours debugging this.... I assume that Maps somehow takes a ID of...