Skip to content

Commit 9639cf5

Browse files
committed
Chore: Improve KDoc
Signed-off-by: imknown <imknown@qq.com>
1 parent 4738700 commit 9639cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/net/imknown/android/forefrontinfo/ui/common/AndroidVersionExt.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fun isLatestPreviewAndroid(lld: Lld) = isPreviewAndroid()
3333
fun isSupportedByUpstreamAndroid(lld: Lld) = isStableAndroid()
3434
&& Build.VERSION.SDK_INT >= lld.android.support.api.toInt()
3535

36-
/** For Android 11+, use `Build.VERSION.RELEASE_OR_CODENAME` (`ro.build.version.release_or_codename`) */
36+
/** For minSdk ≥ Android 11, use [Build.VERSION.RELEASE_OR_CODENAME] (`ro.build.version.release_or_codename`) */
3737
fun getAndroidVersionName(): String = if (isStableAndroid()) {
3838
Build.VERSION.RELEASE
3939
} else {

0 commit comments

Comments
 (0)