Skip to content

Commit e068ca7

Browse files
chore: bump version to 0.18.1.112 (build 243)
Version bump type: fork build Auto-generated after merging PR #596: feat: custom accent contrast warnings and a11y hardening (R567)
1 parent 028d693 commit e068ca7

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
@@ -16,7 +16,7 @@ plugins {
1616
alias(libs.plugins.firebase.crashlytics)
1717
}
1818

19-
val appVersionCode = 242
19+
val appVersionCode = 243
2020
val lightNovelExpectedPluginApiVersion = 1
2121

2222
// Apply Google Services plugin before AGP variant configuration and only for non-debug builds.
@@ -35,7 +35,7 @@ android {
3535
applicationId = "xyz.rayniyomi"
3636

3737
versionCode = appVersionCode
38-
versionName = "0.18.1.111"
38+
versionName = "0.18.1.112"
3939

4040
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
4141
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

0 commit comments

Comments
 (0)