Skip to content

Commit 2c354e4

Browse files
committed
#51 fix ci error
1 parent 528393a commit 2c354e4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ androidCoreTesting = { module = "androidx.arch.core:core-testing", version.ref =
3232
kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlinVersion" }
3333
androidGradlePlugin = { module = "com.android.tools.build:gradle", version = "8.3.2" }
3434
mokoResourcesGradlePlugin = { module = "dev.icerock.moko:resources-generator", version.ref = "mokoResourcesVersion" }
35-
mokoGradlePlugin = { module = "dev.icerock.moko:moko-gradle-plugin", version = "0.4.0" }
35+
mokoGradlePlugin = { module = "dev.icerock.moko:moko-gradle-plugin", version = "0.4.1" }

sample/ios-app/TestProj.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
287627FB1F319065007FA12B /* Sources */,
113113
287627FC1F319065007FA12B /* Frameworks */,
114114
287627FD1F319065007FA12B /* Resources */,
115-
587327CC3950A42DF058CD2B /* [CP] Embed Pods Frameworks */,
115+
C2E24025FF3D3E83F431EA5B /* [CP] Embed Pods Frameworks */,
116116
);
117117
buildRules = (
118118
);
@@ -173,7 +173,7 @@
173173
/* End PBXResourcesBuildPhase section */
174174

175175
/* Begin PBXShellScriptBuildPhase section */
176-
587327CC3950A42DF058CD2B /* [CP] Embed Pods Frameworks */ = {
176+
C2E24025FF3D3E83F431EA5B /* [CP] Embed Pods Frameworks */ = {
177177
isa = PBXShellScriptBuildPhase;
178178
buildActionMask = 2147483647;
179179
files = (

0 commit comments

Comments
 (0)