File tree Expand file tree Collapse file tree
app/src/main/java/net/imknown/android/forefrontinfo/ui/home/model Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 66# https://maven.google.com/web/index.html?q=com.android.tools.build
77androidGradlePlugin = " 9.0.0-rc01"
88androidGradlePlugin-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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kotlin = "2.3.0"
66kotlinx-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
1212ktor = " 3.3.3"
You can’t perform that action at this time.
0 commit comments