jkurtw

Results 7 issues of jkurtw

I get a build error saying this project uses AndroidX, but this property was missing.

We have three Rive assets that need to be loaded into memory, which is causing an OOM condition. It seems each individual animation occurs a large ~60M initialization cost. Can...

In [9. Converting the other modules](https://developer.android.com/codelabs/on-demand-dynamic-delivery#8) the first step says to "remove the dependency from the modules" in app/build.gradle. However, the code shown below this step is about changing "implementation"...

On the step [8. SplitInstallManager listener](https://developer.android.com/codelabs/on-demand-dynamic-delivery#7) the following code is added: `private val moduleKotlin by lazy { getString(R.string.module_feature_kotlin) }` `private val moduleJava by lazy { getString(R.string.module_feature_java) }` `private val moduleNative...

The [Add Play Core library to your app](https://developer.android.com/codelabs/on-demand-dynamic-delivery#2) step includes the following sentence: "So that the complete dependency, in the main module gradle.build file, became:" gradle.build should be build.gradle

To reproduce: 1) Open the Flare web tool 2) Import a Lottie 3) Drag the Lottie into the canvas 4) Switch to ANIMATE 5) Press command+z for Undo See that...