Skip to content

Commit

Permalink
📦 [kmp] android、iOS 3.241220.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsword09 committed Dec 24, 2024
1 parent 2e3f285 commit 06a123b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.240912.0;
MARKETING_VERSION = 3.241220.0;
ORDER_FILE = $SRCROOT/DwebBrowser/Config/LinkSort.order;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -766,7 +766,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.240912.0;
MARKETING_VERSION = 3.241220.0;
ORDER_FILE = $SRCROOT/DwebBrowser/Config/LinkSort.order;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = (
Expand Down
4 changes: 2 additions & 2 deletions next/kmp/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ compileSdkVersion = "35" # Int
buildToolsVersion = "29.0.2"
minSdkVersion = "28" # Int
targetSdkVersion = "35" # Int
versionCode = "137" # Int
versionName = "3.241024.0"
versionCode = "138" # Int
versionName = "3.241220.0"
kotlinCompilerExtensionVersion = "1.5.15"
jvmTarget = "17"
javaVersion = "VERSION_17" # JavaVersion.VERSION_17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ suspend fun startDwebBrowser(
/// iOS版本默认启用新版桌面
envSwitch.init(ENV_SWITCH_KEY.DESKTOP_STYLE_COMPOSE) { "true" }

/// iOS版本默认启用手势返回
envSwitch.init(ENV_SWITCH_KEY.SCREEN_EDGE_SWIPE_ENABLE) { "true" }

/// iOS版本Browser默认不启用原声UI
envSwitch.disable(ENV_SWITCH_KEY.BROWSERS_NATIVE_RENDER)

Expand Down

0 comments on commit 06a123b

Please sign in to comment.