chore: Bump version string, update changelog

This commit is contained in:
Nishant Mishra
2025-10-09 08:49:47 +05:30
parent 9fec4d871a
commit 25e93cdd3f
2 changed files with 10 additions and 2 deletions

View File

@@ -33,8 +33,8 @@ android {
applicationId = "org.nsh07.pomodoro"
minSdk = 26
targetSdk = 36
versionCode = 10
versionName = "1.4.2"
versionCode = 11
versionName = "1.4.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}