diff --git a/buildSrc/src/main/kotlin/custom/CustomApp.kt b/buildSrc/src/main/kotlin/custom/CustomApp.kt index 4c2041fcd..a9ad195b5 100644 --- a/buildSrc/src/main/kotlin/custom/CustomApp.kt +++ b/buildSrc/src/main/kotlin/custom/CustomApp.kt @@ -55,7 +55,7 @@ data class CustomApp( parsedJson.getAndCast("support_url") ?: "" ) - val versionCode: Int = formatCurrentDate("YYDDD0").toInt() + val versionCode: Int = formatCurrentDate("yyDDD0").toInt() companion object { private fun readVersionOrInfer(parsedJson: JSONObject) =