Skip to content

Commit f9aaa4c

Browse files
chore: bump version to 0.18.1.110 (build 241)
Version bump type: fork build Auto-generated after merging PR #578: ci: add theme instrumentation gate and theming backfill (R571)
1 parent 1ccf1a9 commit f9aaa4c

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 = 240
19+
val appVersionCode = 241
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.109"
38+
versionName = "0.18.1.110"
3939

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

0 commit comments

Comments
 (0)