There was an error while loading. Please reload this page.
1 parent 9b663c3 commit 871bdb0Copy full SHA for 871bdb0
1 file changed
app/build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
alias(libs.plugins.firebase.crashlytics)
17
}
18
19
-val appVersionCode = 233
+val appVersionCode = 234
20
val lightNovelExpectedPluginApiVersion = 1
21
22
// Apply Google Services plugin before AGP variant configuration and only for non-debug builds.
@@ -35,7 +35,7 @@ android {
35
applicationId = "xyz.rayniyomi"
36
37
versionCode = appVersionCode
38
- versionName = "0.18.1.102"
+ versionName = "0.18.1.103"
39
40
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
41
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
0 commit comments