feat: increment version codes for application updates

This commit is contained in:
2026-05-07 20:21:57 +02:00
parent 3384a6795b
commit 7a04c59023
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ android {
applicationId = "hu.bbara.purefin.tv"
minSdk = 29
targetSdk = 36
versionCode = 2000003
versionCode = 2000004
versionName = "0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"