Skip to content

Commit 3bf230e

Browse files
committed
Chore: Update dependencies
Signed-off-by: imknown <imknown@qq.com>
1 parent e714346 commit 3bf230e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/src/main/java/net/imknown/android/forefrontinfo/ui/home/model/Lld.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ data class Lld(
6464
/** Dessert */
6565
val name: String,
6666
// https://android.googlesource.com/platform/build/release/+/refs/heads/main/flag_values/trunk_staging/RELEASE_PLATFORM_VERSION_KNOWN_CODENAMES.textproto
67-
@EncodeDefault val codename: String = CODENAME_NONE,
68-
@EncodeDefault val extension: Int = EXTENSION_NONE,
67+
val codename: String = CODENAME_NONE,
68+
val extension: Int = EXTENSION_NONE,
6969
/** Deprecated: "Preview" used to be: "$[version] $[phase]" */
7070
val phase: String? = null
7171
)

gradle/toml/android.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://maven.google.com/web/index.html?q=com.android.tools.build
77
androidGradlePlugin = "9.0.0-rc01"
88
androidGradlePlugin-beta = "9.0.0-rc01"
9-
androidGradlePlugin-canary = "9.0.0-rc01"
9+
androidGradlePlugin-canary = "9.1.0-alphaL01"
1010

1111
# https://developer.android.com/studio/write/java8-support#library-desugaring
1212
# https://maven.google.com/web/index.html?q=desugar_jdk_libs

gradle/toml/kotlin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin = "2.3.0"
66
kotlinx-coroutines = "1.10.2"
77

88
# https://github.com/Kotlin/kotlinx.serialization/releases
9-
kotlinx-serialization = "1.9.0"
9+
kotlinx-serialization = "1.10.0-RC"
1010

1111
# https://github.com/ktorio/ktor/releases
1212
ktor = "3.3.3"

0 commit comments

Comments
 (0)