File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 11/*
22 * Copyright (c) 2025 Nishant Mishra
33 *
4- * You should have received a copy of the GNU General Public License
5- * along with this program. If not, see <https://www.gnu.org/licenses/>.
4+ * This file is part of Tomato - a minimalist pomodoro timer for Android.
5+ *
6+ * Tomato is free software: you can redistribute it and/or modify it under the terms of the GNU
7+ * General Public License as published by the Free Software Foundation, either version 3 of the
8+ * License, or (at your option) any later version.
9+ *
10+ * Tomato is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
11+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
12+ * Public License for more details.
13+ *
14+ * You should have received a copy of the GNU General Public License along with Tomato.
15+ * If not, see <https://www.gnu.org/licenses/>.
616 */
717
818import org.gradle.api.tasks.testing.logging.TestExceptionFormat
@@ -33,8 +43,8 @@ android {
3343 applicationId = " org.nsh07.pomodoro"
3444 minSdk = 27
3545 targetSdk = 36
36- versionCode = 14
37- versionName = " 1.6.0-alpha01 "
46+ versionCode = 15
47+ versionName = " 1.6.0"
3848
3949 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
4050 }
Original file line number Diff line number Diff line change 1+ New features:
2+ - New Always On Display option
3+ - Redesigned and simplified Settings screen
4+ - New theme and color scheme selector
5+ - You can now dismiss alarms without unlocking your phone
6+
7+ Enhancements:
8+ - Alarms now automatically stop ringing after 1 minute
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ coreKtx = "1.17.0"
77espressoCore = " 3.7.0"
88junit = " 4.13.2"
99junitVersion = " 1.3.0"
10- kotlin = " 2.2.20 "
10+ kotlin = " 2.2.21 "
1111ksp = " 2.2.20-2.0.4"
1212lifecycleRuntimeKtx = " 2.9.4"
1313materialKolor = " 3.0.1"
You can’t perform that action at this time.
0 commit comments