chore(release): bump version, update changelog

This commit is contained in:
Nishant Mishra
2025-10-21 13:32:43 +05:30
parent 4d96d3597a
commit 7e16690333
2 changed files with 8 additions and 2 deletions

View File

@@ -33,8 +33,8 @@ android {
applicationId = "org.nsh07.pomodoro"
minSdk = 27
targetSdk = 36
versionCode = 13
versionName = "1.5.0"
versionCode = 14
versionName = "1.6.0-alpha01"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}