We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc826b commit 7266bf5Copy full SHA for 7266bf5
app/build.gradle.kts
@@ -18,7 +18,7 @@ android {
18
minSdk = 28
19
targetSdk = 34
20
versionName = version.toString()
21
- versionCode = versionName!!.split("-").first().replace(".", "").toInt()
+ versionCode = versionName!!.removePrefix("v").split("-").first().replace(".", "").toInt()
22
23
24
buildConfigField("String", "MOD_NAME", "\"Revenge\"")
0 commit comments