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 780ade2 commit c26d450Copy full SHA for c26d450
app/build.gradle.kts
@@ -29,8 +29,8 @@ android {
29
applicationId = "com.capyreader.app"
30
minSdk = 30
31
targetSdk = 36
32
- versionCode = 1187
33
- versionName = "2026.01.1187"
+ versionCode = 1188
+ versionName = "2026.01.1188"
34
35
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
36
vectorDrawables {
bumpver.toml
@@ -1,5 +1,5 @@
1
[bumpver]
2
-current_version = "2026.01.1187"
+current_version = "2026.01.1188"
3
version_pattern = "YYYY.0M.BUILD[-TAG]"
4
commit_message = "Bump version {old_version} to {new_version}"
5
commit = true
0 commit comments