We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451dbe2 commit b94bab9Copy full SHA for b94bab9
1 file changed
app/src/main/java/net/imknown/android/forefrontinfo/ui/common/AndroidVersionExt.kt
@@ -14,7 +14,7 @@ import kotlin.reflect.KClass
14
15
const val CODENAME_NONE = ""
16
const val CODENAME_CANARY = "CANARY"
17
-const val CODENAME_RELEASE = "REL"
+private const val CODENAME_RELEASE = "REL"
18
19
/** See: [Build.VERSION_CODES_FULL].SDK_INT_MULTIPLIER */
20
private const val SDK_INT_MULTIPLIER = 1_00000
0 commit comments