Gabriel Ittner

162 Followers
231 Following
39 Posts
Android at Freeletics. he/him
@cketti very cool, congratulations
@botteaap @lehtimaeki I've got the Nuroad C:62 One and I'm happy with it

Version 0.34.0 of the gradle-maven-publish-plugin finally comes with configuration cache support. Dropping support for Sonatype OSSRH unblocked us from waiting for Gradle to resolve the underlying issue on their side.

https://github.com/vanniktech/gradle-maven-publish-plugin/releases/tag/0.34.0

With the release after this Sonatype OSSRH support will be dropped, which will allow for some improvements. Most notably there will finally be full configuration cache support

I published 0.33.0 of the `gradle-maven-publish-plugin`. It prepares form the impending shutdown of Sonatype OSSRH, comes with initial support for the new `com.android.fused-library` plugin, as well as some minor improvements.

https://github.com/vanniktech/gradle-maven-publish-plugin/releases/tag/0.33.0

Release 0.33.0 · vanniktech/gradle-maven-publish-plugin

CautionSonatype OSSRH (oss.sonatype.org and s01.oss.sonatype.org) will be shut down on June 30, 2025. Migration steps: Sign in to the Central Portal with your existing Sonatype account Go to Names...

GitHub
@MishaalRahman they really need to improve the opt out mechanism. There should be an option to not receive downgrade OTAs
@Aurimas Thank you, here is the issue https://issuetracker.google.com/issues/364652024 I've filed it on the annotation component since it didn't allow me to create one under the parent androidx compoinent.
Google Issue Tracker

@Aurimas One of them is using ARM64_32 (it's the 64-bit instruction set but the pointer size is still 32 bits) and the other one is regular ARM64. Apple first used the former when it switched watchOS to 64 bits
@Aurimas No that's the watchosArm64 target, there's also watchosDeviceArm64 that would have a -watchosdevicearm64 suffix in the published artifacts.
@Aurimas is there a reason why watchosDeviceArm64 isn't among the supported targets for the libraries that support other watchOS targets?