gradle: sync property set with APS

This commit is contained in:
Harsh Shandilya 2022-03-08 17:24:38 +05:30
parent f6e3b6c540
commit 91d97e0696
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 74 additions and 8 deletions

View file

@ -124,7 +124,7 @@ fun LobstersApp(
},
title = {
if (navItems.any { it.route == currentDestination }) {
Text(text = stringResource(R.string.app_name), fontWeight = FontWeight.Bold)
Text(text = stringResource(commonR.string.app_name), fontWeight = FontWeight.Bold)
}
},
)