chore: Bump version string, update changelog

This commit is contained in:
Nishant Mishra
2025-08-19 08:12:20 +05:30
parent f290d9f946
commit 02eee327b5
3 changed files with 4 additions and 3 deletions

View File

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