Point Help user-guide link at the guide's heading anchor (v0.11.2)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -22,8 +22,8 @@ android {
|
|||||||
// (android.media.midi) and AAudio low-latency audio we rely on.
|
// (android.media.midi) and AAudio low-latency audio we rely on.
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 29
|
versionCode = 30
|
||||||
versionName = "0.11.1"
|
versionName = "0.11.2"
|
||||||
|
|
||||||
// We provide our own instrumentation runner if/when tests are added.
|
// We provide our own instrumentation runner if/when tests are added.
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|||||||
@@ -388,7 +388,7 @@ private fun HelpCard() {
|
|||||||
LinkRow("Source code", "https://git.rcmd.space/tiredsysadmin/sizzletracker-android")
|
LinkRow("Source code", "https://git.rcmd.space/tiredsysadmin/sizzletracker-android")
|
||||||
LinkRow(
|
LinkRow(
|
||||||
"User guide",
|
"User guide",
|
||||||
"https://git.rcmd.space/tiredsysadmin/sizzletracker-android/src/branch/main/docs/USER_GUIDE.md",
|
"https://git.rcmd.space/tiredsysadmin/sizzletracker-android/src/branch/main/docs/USER_GUIDE.md#sizzletracker--user-guide",
|
||||||
)
|
)
|
||||||
LinkRow("Support us", "https://rcmd.space/pages/support/")
|
LinkRow("Support us", "https://rcmd.space/pages/support/")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user