File tree Expand file tree Collapse file tree
app/src/main/java/com/marcodomingues/noiseguard/ui/screens/settings Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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.
3030android.builtInKotlin =false
31+ org.gradle.configuration-cache =true
You can’t perform that action at this time.
0 commit comments