Skip to content

Commit 7704abc

Browse files
committed
feat: update display name to DecibelGuard in settings and gradle
1 parent 4ca7125 commit 7704abc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/src/main/java/com/marcodomingues/noiseguard/ui/screens/settings/SettingsScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ fun SettingsScreen(
184184
verticalArrangement = Arrangement.spacedBy(12.dp)
185185
) {
186186
ActionButton(
187-
text = "About NoiseGuard",
187+
text = "About DecibelGuard",
188188
icon = "📖",
189189
onClick = { showAboutDialog = true }
190190
)
@@ -239,7 +239,7 @@ private fun AboutDialog(onDismiss: () -> Unit) {
239239
onDismissRequest = onDismiss,
240240
title = {
241241
Text(
242-
text = "NoiseGuard",
242+
text = "DecibelGuard",
243243
fontWeight = FontWeight.Bold,
244244
color = Color.White
245245
)

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ android.newDsl=false
2828
# and pre-registers the 'kotlin' extension, causing a duplicate when the plugin
2929
# itself tries to register it. Disable built-in Kotlin to let kotlin.android own it.
3030
android.builtInKotlin=false
31+
org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)