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 e6ee6ba commit 447cc71Copy full SHA for 447cc71
1 file changed
app/build.gradle.kts
@@ -89,7 +89,7 @@ android {
89
applicationId = "com.weatherxm.app"
90
minSdk = 28
91
targetSdk = 36
92
- versionCode = 10 + getVersionGitTags(isSolana = false).size
+ versionCode = 30 + getVersionGitTags(isSolana = false).size
93
versionName = getLastVersionGitTag(false, skipTagsLogging)
94
95
androidResources {
0 commit comments