There was an error while loading. Please reload this page.
1 parent 028d693 commit e068ca7Copy full SHA for e068ca7
1 file changed
app/build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
alias(libs.plugins.firebase.crashlytics)
17
}
18
19
-val appVersionCode = 242
+val appVersionCode = 243
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.111"
+ versionName = "0.18.1.112"
39
40
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
41
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
0 commit comments