We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50546c commit 1e5ed93Copy full SHA for 1e5ed93
app/build.gradle.kts
@@ -23,8 +23,8 @@ android {
23
applicationId = "com.capyreader.app"
24
minSdk = 30
25
targetSdk = 36
26
- versionCode = 1167
27
- versionName = "2025.09.1167"
+ versionCode = 1168
+ versionName = "2025.09.1168"
28
29
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
30
vectorDrawables {
bumpver.toml
@@ -1,5 +1,5 @@
1
[bumpver]
2
-current_version = "2025.09.1167"
+current_version = "2025.09.1168"
3
version_pattern = "YYYY.0M.BUILD[-TAG]"
4
commit_message = "Bump version {old_version} to {new_version}"
5
commit = true
0 commit comments