Skip to content

Commit 975ad7d

Browse files
committed
📦 3.250213.0
1 parent b58f752 commit 975ad7d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎next/kmp/app/iosApp/DwebBrowser/DwebBrowser.xcodeproj/project.pbxproj‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
"$(inherited)",
759759
"@executable_path/Frameworks",
760760
);
761-
MARKETING_VERSION = 3.250207.0;
761+
MARKETING_VERSION = 3.250213.0;
762762
ORDER_FILE = $SRCROOT/DwebBrowser/Config/LinkSort.order;
763763
OTHER_CFLAGS = "";
764764
OTHER_LDFLAGS = (
@@ -777,7 +777,7 @@
777777
SWIFT_OBJC_BRIDGING_HEADER = "";
778778
SWIFT_OBJC_INTEROP_MODE = objcxx;
779779
SWIFT_VERSION = 5.0;
780-
TARGETED_DEVICE_FAMILY = "1,2";
780+
TARGETED_DEVICE_FAMILY = 1;
781781
};
782782
name = Debug;
783783
};
@@ -804,7 +804,7 @@
804804
"$(inherited)",
805805
"@executable_path/Frameworks",
806806
);
807-
MARKETING_VERSION = 3.250207.0;
807+
MARKETING_VERSION = 3.250213.0;
808808
ORDER_FILE = $SRCROOT/DwebBrowser/Config/LinkSort.order;
809809
OTHER_CFLAGS = "";
810810
OTHER_LDFLAGS = (
@@ -823,7 +823,7 @@
823823
SWIFT_OBJC_BRIDGING_HEADER = "";
824824
SWIFT_OBJC_INTEROP_MODE = objcxx;
825825
SWIFT_VERSION = 5.0;
826-
TARGETED_DEVICE_FAMILY = "1,2";
826+
TARGETED_DEVICE_FAMILY = 1;
827827
};
828828
name = Release;
829829
};

‎next/kmp/gradle/libs.versions.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ compileSdkVersion = "35" # Int
33
buildToolsVersion = "29.0.2"
44
minSdkVersion = "28" # Int
55
targetSdkVersion = "35" # Int
6-
versionCode = "145" # Int
7-
versionName = "3.250207.0"
6+
versionCode = "146" # Int
7+
versionName = "3.250213.0"
88
kotlinCompilerExtensionVersion = "1.5.15"
99
jvmTarget = "17"
1010
javaVersion = "VERSION_17" # JavaVersion.VERSION_17

0 commit comments

Comments
 (0)