Skip to content

Commit 447cc71

Browse files
authored
Update the hardcoded constant of the version code that gets added along with the number of tags (#825)
1 parent e6ee6ba commit 447cc71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ android {
8989
applicationId = "com.weatherxm.app"
9090
minSdk = 28
9191
targetSdk = 36
92-
versionCode = 10 + getVersionGitTags(isSolana = false).size
92+
versionCode = 30 + getVersionGitTags(isSolana = false).size
9393
versionName = getLastVersionGitTag(false, skipTagsLogging)
9494

9595
androidResources {

0 commit comments

Comments
 (0)