Bump build number for release, keep version at 2.0.0

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FXcrACM5sok3M1KQJ8kByy
This commit is contained in:
2026-09-11 15:55:41 +03:00
co-authored by Claude Sonnet 5
parent c45c4446e6
commit 92bd63d07b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ android {
applicationId = "xyz.tyiu.SatsPrice"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 11
versionCode = 12
versionName = "2.0.0"
}
packaging {