From 78f924388a5607ed17be7208a7236e84d7bf6157 Mon Sep 17 00:00:00 2001 From: kezhaofeng Date: Sat, 22 Jun 2024 14:25:32 +0800 Subject: [PATCH] :package: [kmp/android] 3.240622.0 --- next/kmp/gradle/libs.versions.toml | 4 ++-- .../org/dweb_browser/helper/compose/CompositionChain.kt | 2 +- next/kmp/upload-github-release.ts | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/next/kmp/gradle/libs.versions.toml b/next/kmp/gradle/libs.versions.toml index e84d2b74c..840cdc726 100644 --- a/next/kmp/gradle/libs.versions.toml +++ b/next/kmp/gradle/libs.versions.toml @@ -3,8 +3,8 @@ compileSdkVersion = "34" # Int buildToolsVersion = "29.0.2" minSdkVersion = "28" # Int targetSdkVersion = "34" # Int -versionCode = "118" # Int -versionName = "3.240613.0" +versionCode = "119" # Int +versionName = "3.240622.0" kotlinCompilerExtensionVersion = "1.5.14" jvmTarget = "17" javaVersion = "VERSION_17" # JavaVersion.VERSION_17 diff --git a/next/kmp/helperPlatform/src/commonMain/kotlin/org/dweb_browser/helper/compose/CompositionChain.kt b/next/kmp/helperPlatform/src/commonMain/kotlin/org/dweb_browser/helper/compose/CompositionChain.kt index dc5472a9c..3ba206d32 100644 --- a/next/kmp/helperPlatform/src/commonMain/kotlin/org/dweb_browser/helper/compose/CompositionChain.kt +++ b/next/kmp/helperPlatform/src/commonMain/kotlin/org/dweb_browser/helper/compose/CompositionChain.kt @@ -108,7 +108,7 @@ class CompositionChainKey private constructor( infix fun provides(value: T) = ProvidedChainValue(this, value) } -data class ProvidedChainValue internal constructor( +class ProvidedChainValue internal constructor( val key: CompositionChainKey, val value: T, ) \ No newline at end of file diff --git a/next/kmp/upload-github-release.ts b/next/kmp/upload-github-release.ts index b7494a98e..95f1bc2d0 100644 --- a/next/kmp/upload-github-release.ts +++ b/next/kmp/upload-github-release.ts @@ -25,7 +25,8 @@ export async function recordUploadRelease(taskId: string, uploadArgs: $UploadRel import { defineTask, tryExecTask } from "./build-helper.ts"; if (import.meta.main) { void tryExecTask(); - }\n` + } + ` ); } if (fs.readFileSync(uploadTestTsFile, { encoding: "utf-8" }).includes(taskId) === false) {