chore: Bump version string, update changelog

This commit is contained in:
Nishant Mishra
2025-09-27 22:56:35 +05:30
parent 816b4f36a9
commit dbae3a4ae8
2 changed files with 12 additions and 2 deletions

View File

@@ -33,8 +33,8 @@ android {
applicationId = "org.nsh07.pomodoro"
minSdk = 26
targetSdk = 36
versionCode = 8
versionName = "1.4.0"
versionCode = 9
versionName = "1.4.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}