Fixing weird version number on the left drawer

This commit is contained in:
Vitor Pamplona
2025-07-08 19:27:43 -04:00
parent 2ee1285ea1
commit cc02806390
@@ -785,7 +785,7 @@ fun BottomContent(
nav.closeDrawer()
},
) {
append("v12" + BuildConfig.VERSION_NAME + "-" + BuildConfig.FLAVOR.uppercase())
append("v" + BuildConfig.VERSION_NAME + "-" + BuildConfig.FLAVOR.uppercase())
}
}
}