We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9639cf5 commit 90938e5Copy full SHA for 90938e5
1 file changed
app/src/main/java/net/imknown/android/forefrontinfo/ui/home/model/Lld.kt
@@ -40,6 +40,8 @@ data class Lld(
40
val googlePlaySystemUpdates: String,
41
// https://source.android.com/setup/start/build-numbers?hl=en#source-code-tags-and-builds
42
// https://android.googlesource.com/platform/frameworks/base/+refs
43
+ // https://developers.google.com/android/images
44
+ // https://developers.google.com/android/ota
45
val build: Build,
46
// https://www.android.com
47
val stable: Android,
@@ -126,4 +128,4 @@ data class Lld(
126
128
val stable: BaseInfo,
127
129
val beta: BaseInfo
130
)
-}
131
+}
0 commit comments