@momo-kits/native-kits 0.162.1-gif.2-debug → 0.162.1-gif.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 +1 -3
- package/compose/build.gradle.kts.backup +0 -2
- package/compose/compose.podspec +1 -1
- package/compose/src/commonMain/kotlin/vn/momo/kits/components/BaselineView.kt +0 -4
- package/gradle/libs.versions.toml +0 -2
- package/gradle.properties +1 -1
- package/package.json +1 -1
package/compose/build.gradle.kts
CHANGED
|
@@ -40,7 +40,7 @@ kotlin {
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
cocoapods {
|
|
43
|
-
version = "0.162.1-gif.
|
|
43
|
+
version = "0.162.1-gif.3-debug"
|
|
44
44
|
summary = "IOS Shared module"
|
|
45
45
|
homepage = "https://momo.vn"
|
|
46
46
|
ios.deploymentTarget = "15.0"
|
|
@@ -75,8 +75,6 @@ kotlin {
|
|
|
75
75
|
api(libs.native.max.api)
|
|
76
76
|
implementation(libs.compottie)
|
|
77
77
|
implementation(libs.sketch.compose)
|
|
78
|
-
implementation(libs.sketch.http.ktor3)
|
|
79
|
-
implementation(libs.sketch.animated.gif)
|
|
80
78
|
}
|
|
81
79
|
androidMain.dependencies {
|
|
82
80
|
implementation(libs.ktor.client.okhttp)
|
|
@@ -75,8 +75,6 @@ kotlin {
|
|
|
75
75
|
api(libs.native.max.api)
|
|
76
76
|
implementation(libs.compottie)
|
|
77
77
|
implementation(libs.sketch.compose)
|
|
78
|
-
implementation(libs.sketch.http.ktor3)
|
|
79
|
-
implementation(libs.sketch.animated.gif)
|
|
80
78
|
}
|
|
81
79
|
androidMain.dependencies {
|
|
82
80
|
implementation(libs.ktor.client.okhttp)
|
package/compose/compose.podspec
CHANGED
|
@@ -21,10 +21,6 @@ import androidx.compose.ui.graphics.Color
|
|
|
21
21
|
import androidx.compose.ui.graphics.PathEffect
|
|
22
22
|
import androidx.compose.ui.graphics.StrokeCap
|
|
23
23
|
import androidx.compose.ui.unit.dp
|
|
24
|
-
import io.ktor.util.Platform
|
|
25
|
-
import vn.momo.kits.application.IsShowBaseLineDebug
|
|
26
|
-
import vn.momo.kits.const.Colors
|
|
27
|
-
import vn.momo.kits.modifier.conditional
|
|
28
24
|
import vn.momo.kits.platform.getPlatformName
|
|
29
25
|
import vn.momo.kits.platform.getStatusBarHeight
|
|
30
26
|
|
|
@@ -55,8 +55,6 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver
|
|
|
55
55
|
material = { module = "com.google.android.material:material", version.ref = "material" }
|
|
56
56
|
|
|
57
57
|
sketch-compose = { module = "io.github.panpf.sketch4:sketch-compose", version.ref = "sketch" }
|
|
58
|
-
sketch-http-ktor3 = { module = "io.github.panpf.sketch4:sketch-http-ktor3", version.ref = "sketch" }
|
|
59
|
-
sketch-animated-gif = { module = "io.github.panpf.sketch4:sketch-animated-gif", version.ref = "sketch" }
|
|
60
58
|
[plugins]
|
|
61
59
|
jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
|
62
60
|
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
package/gradle.properties
CHANGED