We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d6e49 commit 5bc8a5dCopy full SHA for 5bc8a5d
README.md
@@ -4,7 +4,7 @@
4
5
<br/>
6
7
-_Supported Android versions: 11 to 14_
+_Supported Android versions: 11 to 15_
8
9
Android note app which integrate Git. You can use this app with other desktop editors.
10
app/src/main/java/io/github/wiiznokes/gitnote/ui/screen/settings/MainSettingsScreen.kt
@@ -284,7 +284,7 @@ fun MainSettingsScreen(
284
title = stringResource(R.string.report_an_issue),
285
startIcon = Icons.Default.BugReport,
286
onClick = {
287
- uriHandler.openUri("https://github.com/wiiznokes/gitnote/issues/new/choose")
+ uriHandler.openUri("https://github.com/wiiznokes/gitnote/issues")
288
}
289
)
290
DefaultSettingsRow(
0 commit comments