chore: Bump version string, update changelog

This commit is contained in:
Nishant Mishra
2025-09-14 19:02:01 +05:30
parent 7f25057bf9
commit 567fa440e3
3 changed files with 12 additions and 3 deletions

View File

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