@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.
@@ -40,7 +40,7 @@ kotlin {
40
40
  }
41
41
 
42
42
  cocoapods {
43
- version = "0.162.1-gif.2-debug"
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)
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |spec|
2
2
  spec.name = 'compose'
3
- spec.version = '0.162.1-beta.7'
3
+ spec.version = '0.162.1-gif.3'
4
4
  spec.homepage = 'https://momo.vn'
5
5
  spec.source = { :http=> ''}
6
6
  spec.authors = ''
@@ -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
@@ -18,7 +18,7 @@ kotlin.apple.xcodeCompatibility.nowarn=true
18
18
  name="ComposeKits"
19
19
  group=vn.momo.kits
20
20
  artifact.id=kits
21
- version=0.162.1-gif.2
21
+ version=0.162.1-gif.3
22
22
 
23
23
  repo=GitLab
24
24
  url=https://gitlab.mservice.com.vn/api/v4/projects/5400/packages/maven
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.162.1-gif.2-debug",
3
+ "version": "0.162.1-gif.3-debug",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},