moljac

Results 451 comments of moljac

> @moljac, any progress? A bit. We removed classic support and I am stuck with regular updates and new issues with R8. In this PR https://github.com/xamarin/AndroidX/pull/835 I have bound 3...

yup It would be nice to have such comment here: https://maven.google.com/web/index.html?q=androidx.health or at least metadata `Deprecated=true`.

> are we close? > > :-) Not sure... https://github.com/xamarin/AndroidX/pull/835#issuecomment-2137330314

@Thobs-Tricks Thanks for the feedback, but repro sample would help a lot to speed up investigations. Try catching `System.ServiceModel.CommunicationException` and investigate details of the exception. It does not look like...

@iBotasky @hamidsn Could you provide minimal repro sample, please? Thanks

Dagger, Picasso The problem is that update script uses version 2.55.0 while "correct" version is 2.55 ```json { "groupId": "com.google.dagger", "artifactId": "dagger", "version": "2.55.0", "nugetVersion": "2.55.0.1", "nugetId": "Xamarin.Google.Dagger", "type": "androidlibrary",...

Kotlin ```json { "groupId": "org.jetbrains.kotlin", "artifactId": "kotlin-stdlib", "version": "2.1.0", "nugetVersion": "2.1.0", "nugetId": "Xamarin.Kotlin.StdLib", "type": "androidlibrary", "mavenRepositoryType": "MavenCentral" }, { "groupId": "org.jetbrains.kotlin", "artifactId": "kotlin-stdlib-common", "version": "2.1.0", "nugetVersion": "2.1.0", "nugetId": "Xamarin.Kotlin.StdLib.Common", "type":...

KotlinX Depends on Kotlin 2.1.0 (see previous comment) ```json { "groupId": "org.jetbrains.kotlinx", "artifactId": "atomicfu", "version": "0.27.0", "nugetVersion": "0.27.0", "nugetId": "Xamarin.KotlinX.AtomicFU", "type": "androidlibrary", "mavenRepositoryType": "MavenCentral" }, { "groupId": "org.jetbrains.kotlinx", "artifactId": "atomicfu-jvm",...

TensorFlow 2.17.0 Problems: ```json { "groupId": "org.tensorflow", "artifactId": "tensorflow-android", "version": "1.13.1", "nugetVersion": "1.13.1.12", "nugetId": "Xamarin.TensorFlow.Android", "assemblyName": "org.tensorflow.tensorflow-android", "type": "androidlibrary", "mavenRepositoryType": "MavenCentral" }, ``` ```json { "groupId": "org.tensorflow", "artifactId": "tensorflow-lite", "version":...

``` find ./generated/ -type f -name api.xml -exec grep -Hni "getPendingAuthResult" {} \; ``` master 71.* (Android.Support) builds NOT FOUND master_based_androidx 100.* (AndroidX) builds: FOUND. ``` ./generated//com.google.firebase.firebase-auth/obj/Release/monoandroid90/api.xml:292: ``` ``` ```...