Skip to content

Commit 90938e5

Browse files
authored
Update Lld.kt
1 parent 9639cf5 commit 90938e5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • app/src/main/java/net/imknown/android/forefrontinfo/ui/home/model

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ data class Lld(
4040
val googlePlaySystemUpdates: String,
4141
// https://source.android.com/setup/start/build-numbers?hl=en#source-code-tags-and-builds
4242
// https://android.googlesource.com/platform/frameworks/base/+refs
43+
// https://developers.google.com/android/images
44+
// https://developers.google.com/android/ota
4345
val build: Build,
4446
// https://www.android.com
4547
val stable: Android,
@@ -126,4 +128,4 @@ data class Lld(
126128
val stable: BaseInfo,
127129
val beta: BaseInfo
128130
)
129-
}
131+
}

0 commit comments

Comments
 (0)