There was an error while loading. Please reload this page.
1 parent 5b65328 commit d88cd2bCopy full SHA for d88cd2b
1 file changed
app/build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
alias(libs.plugins.firebase.crashlytics)
17
}
18
19
-val appVersionCode = 239
+val appVersionCode = 240
20
val lightNovelExpectedPluginApiVersion = 1
21
22
// Apply Google Services plugin before AGP variant configuration and only for non-debug builds.
@@ -35,7 +35,7 @@ android {
35
applicationId = "xyz.rayniyomi"
36
37
versionCode = appVersionCode
38
- versionName = "0.18.1.108"
+ versionName = "0.18.1.109"
39
40
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
41
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
0 commit comments