Skip to content

Commit d3e1005

Browse files
chore: bump version to 0.18.1.264 (build 395)
Version bump type: fork build Auto-generated after merging PR #920: feat: place reader content in the tabletop upper region (R813)
1 parent 647b526 commit d3e1005

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
alias(libs.plugins.firebase.crashlytics)
1919
}
2020

21-
val appVersionCode = 394
21+
val appVersionCode = 395
2222
val lightNovelExpectedPluginApiVersion = 1
2323

2424
// Apply Google Services plugin before AGP variant configuration and only for builds whose
@@ -43,7 +43,7 @@ android {
4343
applicationId = "xyz.rayniyomi"
4444

4545
versionCode = appVersionCode
46-
versionName = "0.18.1.263"
46+
versionName = "0.18.1.264"
4747

4848
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
4949
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

0 commit comments

Comments
 (0)