We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d7eb7 commit 674dbf9Copy full SHA for 674dbf9
app/build.gradle.kts
@@ -80,8 +80,8 @@ android {
80
applicationId = "moe.tarsin.ehviewer"
81
minSdk = 26
82
targetSdk = 35
83
- versionCode = 180060
84
- versionName = "1.12.1.4"
+ versionCode = 180061
+ versionName = "1.13.0"
85
versionNameSuffix = "-cc"
86
buildConfigField("String", "RAW_VERSION_NAME", "\"$versionName${versionNameSuffix.orEmpty()}\"")
87
buildConfigField("String", "COMMIT_SHA", "\"$commitSha\"")
0 commit comments