There was an error while loading. Please reload this page.
1 parent 647b526 commit d3e1005Copy full SHA for d3e1005
1 file changed
app/build.gradle.kts
@@ -18,7 +18,7 @@ plugins {
18
alias(libs.plugins.firebase.crashlytics)
19
}
20
21
-val appVersionCode = 394
+val appVersionCode = 395
22
val lightNovelExpectedPluginApiVersion = 1
23
24
// Apply Google Services plugin before AGP variant configuration and only for builds whose
@@ -43,7 +43,7 @@ android {
43
applicationId = "xyz.rayniyomi"
44
45
versionCode = appVersionCode
46
- versionName = "0.18.1.263"
+ versionName = "0.18.1.264"
47
48
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
49
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
0 commit comments