Skip to content

Commit 871bdb0

Browse files
chore: bump version to 0.18.1.103 (build 234)
Version bump type: fork build Auto-generated after merging PR #553: feat: context-aware browse reselect search (R537)
1 parent 9b663c3 commit 871bdb0

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 = 233
19+
val appVersionCode = 234
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.102"
38+
versionName = "0.18.1.103"
3939

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

0 commit comments

Comments
 (0)