We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3fb84 commit 7643171Copy full SHA for 7643171
1 file changed
app/build.gradle.kts
@@ -35,8 +35,8 @@ android {
35
applicationId = "net.ciphen.polyhoot"
36
minSdk = 29
37
targetSdk = 32
38
- versionCode = 3
39
- versionName = "three"
+ versionCode = 4
+ versionName = "four"
40
41
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
42
}
0 commit comments