Skip to content

Commit

Permalink
📦 [kmp/android] 3.240622.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaubee committed Jun 22, 2024
1 parent 88a37d9 commit 78f9243
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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 = "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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class CompositionChainKey<T> private constructor(
infix fun provides(value: T) = ProvidedChainValue(this, value)
}

data class ProvidedChainValue<T> internal constructor(
class ProvidedChainValue<T> internal constructor(
val key: CompositionChainKey<T>,
val value: T,
)
3 changes: 2 additions & 1 deletion next/kmp/upload-github-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 78f9243

Please sign in to comment.