JessHolle

Results 15 comments of JessHolle

Essentially the same result with Gradle 7.0.2 (required version for Android Gradle Plugin 7.0.0). Overall this looks like an incompatibility between fat-aar and Gradle 7.x. I say that because I...

Note that the stack above is with build-tools 30.0.3. The stack with build-tools 31.0.0 looks to be the same at least at a high level.

@2017398956 Thanks. I am hoping our timeframe allows me to skip straight to an official `fat-aar` release here rather than using a fork.

Just ran into this as well -- and it is preventing me from upgrading AGP to 4.2.0.

To be clear I don't want to embed one of these library projects in the other. I want 2 distinct AARs, one (A) which embeds other AARs and the other...

Any chance of uploading fixed binaries? If not, which available JSC version is safest and most reliable? It would seem latest is not greatest here...

I also am _very_ interested in a fix for this issue. Control over which thread/executor runs the background action and, more importantly, which runs the callback is key to some...

I don't see another general purpose oauth/oidc library that's as broadly recommended for Android. Is there one? Especially one that's got a very similar sibling on iOS as well? There...

For the record, we are successfully using this library. And, yes, we're using it because: 1. We're using AppAuth on iOS. 2. This library is not bound to or biased...

It is my understanding that this requirement should be solvable via external textures -- as per discussion on https://github.com/google-ar/sceneform-android-sdk/issues/169 That said, I've not actually coded this -- and how-to code...