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 52f1dbb commit b2a8cc6Copy full SHA for b2a8cc6
2 files changed
app/build.gradle.kts
@@ -29,8 +29,8 @@ android {
29
applicationId = "com.capyreader.app"
30
minSdk = 30
31
targetSdk = 36
32
- versionCode = 1205
33
- versionName = "2026.04.1205"
+ versionCode = 1206
+ versionName = "2026.04.1206"
34
35
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
36
vectorDrawables {
bumpver.yml
@@ -1,4 +1,4 @@
1
-current_version: "2026.04.1205"
+current_version: "2026.04.1206"
2
version_pattern: "YYYY.0M.BUILD[-TAG]"
3
commit_message: "Bump version {old_version} to {new_version}"
4
commit: true
0 commit comments