chore(release): Bump version string, update changelog

This commit is contained in:
Nishant Mishra
2025-10-16 12:40:55 +05:30
parent acf2ad7448
commit bd71b55baf
3 changed files with 15 additions and 3 deletions

View File

@@ -33,8 +33,8 @@ android {
applicationId = "org.nsh07.pomodoro"
minSdk = 26
targetSdk = 36
versionCode = 11
versionName = "1.4.3"
versionCode = 12
versionName = "1.5.0-alpha01"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}