Skip to content

Commit f3ea285

Browse files
committed
Update licenses URL
1 parent f5a0412 commit f3ea285

File tree

1 file changed

+2
-1
lines changed
  • feature/settings/src/main/java/com/google/samples/apps/nowinandroid/feature/settings

1 file changed

+2
-1
lines changed

feature/settings/src/main/java/com/google/samples/apps/nowinandroid/feature/settings/SettingsDialog.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,5 +271,6 @@ fun PreviewSettingsDialogLoading() {
271271
}
272272
}
273273

274+
/* ktlint-disable max-line-length */
274275
private const val PRIVACY_POLICY_URL = "https://policies.google.com/privacy"
275-
private const val LICENSES_URL = "https://github.com/android/nowinandroid/blob/main/app/LICENSES.md"
276+
private const val LICENSES_URL = "https://github.com/android/nowinandroid/blob/main/app/LICENSES.md#open-source-licenses-and-copyright-notices"

0 commit comments

Comments
 (0)