@momo-kits/native-kits 0.162.2-beta.17-debug → 0.162.2-beta.18-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
|
@@ -160,7 +160,8 @@ fun RenderIcon(
|
|
|
160
160
|
modifier = Modifier.size(iconSize),
|
|
161
161
|
bgColor = bgColor,
|
|
162
162
|
tintColor = color,
|
|
163
|
-
path = "files/lottie_circle_loader"
|
|
163
|
+
path = "files/lottie_circle_loader",
|
|
164
|
+
useCompose = true
|
|
164
165
|
)
|
|
165
166
|
}
|
|
166
167
|
} else if (icon.isNotEmpty()) {
|
package/gradle.properties
CHANGED
package/local.properties
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
## This file must *NOT* be checked into Version Control Systems,
|
|
2
|
+
# as it contains information specific to your local configuration.
|
|
3
|
+
#
|
|
4
|
+
# Location of the SDK. This is only used by Gradle.
|
|
5
|
+
# For customization when using a Version Control System, please read the
|
|
6
|
+
# header note.
|
|
7
|
+
#Tue May 19 15:41:04 GMT+07:00 2026
|
|
8
|
+
sdk.dir=/Users/phuc/Library/Android/sdk
|