@momo-kits/native-kits 0.157.1-test.2-debug → 0.157.1-test.3-debug
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/compose/build.gradle.kts
CHANGED
|
@@ -71,7 +71,7 @@ actual fun LottieAnimation(
|
|
|
71
71
|
bgColor: Color?,
|
|
72
72
|
modifier: Modifier
|
|
73
73
|
) {
|
|
74
|
-
val assetPath = "composeResources/vn.momo.compose.resources/${path}.json"
|
|
74
|
+
val assetPath = "composeResources/vn.momo.compose.resources/files/${path}.json"
|
|
75
75
|
val composition by rememberLottieComposition(
|
|
76
76
|
LottieCompositionSpec.Asset(assetPath)
|
|
77
77
|
)
|
package/gradle.properties
CHANGED