chore: Bump version string, update changelog

This commit is contained in:
Nishant Mishra
2025-08-23 11:19:59 +05:30
parent b6dad0f991
commit df7aa5595d
2 changed files with 5 additions and 2 deletions

View File

@@ -33,8 +33,8 @@ android {
applicationId = "org.nsh07.pomodoro"
minSdk = 26
targetSdk = 36
versionCode = 4
versionName = "1.0.2"
versionCode = 5
versionName = "1.1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}