feat(ui): allow phone to be locked while still showing AOD, bump minSDK to 27

This commit is contained in:
Nishant Mishra
2025-10-21 09:26:05 +05:30
parent 37f5fb433e
commit b16aeb499d
2 changed files with 15 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ android {
defaultConfig {
applicationId = "org.nsh07.pomodoro"
minSdk = 26
minSdk = 27
targetSdk = 36
versionCode = 13
versionName = "1.5.0"