Simplify explanation toast for sound disabling - 1.158 🚀

This commit is contained in:
Brandon Presley 2023-10-14 10:48:15 +13:00
parent 57883266b8
commit 9867dee514
3 changed files with 5 additions and 5 deletions

View File

@ -153,8 +153,8 @@ export default function SettingsPage() {
else toast("Hid date on sets."); else toast("Hid date on sets.");
return; return;
case "noSound": case "noSound":
if (value) toast("Disable sound on rest timer alarms."); if (value) toast("Alarms will no longer make a sound.");
else toast("Enabled sound for rest timer alarms."); else toast("Enabled sound for alarms.");
return; return;
case "backup": case "backup":
if (value) { if (value) {

View File

@ -85,8 +85,8 @@ android {
applicationId "com.massive" applicationId "com.massive"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36183 versionCode 36184
versionName "1.157" versionName "1.158"
} }
signingConfigs { signingConfigs {
release { release {

View File

@ -1,6 +1,6 @@
{ {
"name": "massive", "name": "massive",
"version": "1.157", "version": "1.158",
"private": true, "private": true,
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"scripts": { "scripts": {