chore: Bump version string, update changelog, update screenshots

This commit is contained in:
Nishant Mishra
2025-09-16 10:13:07 +05:30
parent 31cb7c9700
commit b2be00d6b5
8 changed files with 11 additions and 2 deletions

View File

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