Osip Fatkullin
Osip Fatkullin
Link with: - https://github.com/morethanwords/tweb/issues/224 - https://github.com/overtake/TelegramSwift/issues/962
Just to clarify root cause. build-tools should not depend on emulator. It was a [bug in 30.0.3](https://issuetracker.google.com/issues/185534797) (it also depends on sdk-tools which is deprecated) Starting from build-tools 32.0.0 you...
@praveenathuru, yes, I've updated Tink to the latest version [in v1.0.0](https://github.com/osipxd/encrypted-datastore/releases/tag/v1.0.0). Do you have fresh stack traces with an updated version?
> Hope [v1.1.1-beta03](https://github.com/osipxd/encrypted-datastore/releases/tag/v1.1.1-beta03) is not required at this point of time. It is required only if you want to use datastore 1.1.0.
@praveenathuru, have you had a chance to check if the problem persists on the new version?
> @osipxd I'm having the same crash but only on a galaxy a35 so far. Using version 1.1.1-beta03. Could you tell me what versions of Android are affected?
Are you accepting pull requests?
@ov7a, can I contribute a fix? It seems like just [`RootProjectAccessorSource`](https://github.com/gradle/gradle/blob/v8.7.0/platforms/software/dependency-management/src/main/java/org/gradle/api/internal/catalog/DefaultDependenciesAccessors.java#L587) and everything related to it should be deleted. Yes it is a breaking change, but typesafe project accessors is...
Related issues that could be resolved by this proposal: - https://github.com/gradle/gradle/issues/18971 - https://github.com/gradle/gradle/issues/16780 - https://github.com/gradle/gradle/issues/28644
Wow. Thank you for letting me know. They've deprecated this library six months ago, and the only public notice about this change is the line in documentation you've mentioned. Nothing...