From 6b371d9e38f5e0f66c15535e9195bcbd466fe799 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Tue, 3 Dec 2024 23:52:27 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 243a088..2f93123 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ When you can't desugar, add salt! A Gradle plugin that inspects your bytecode to detect bad functions that are not safe to use on older Android versions. -See https://youtrack.jetbrains.com/issue/KT-71375 -See https://jakewharton.com/kotlins-jdk-release-compatibility-flag/ +- See https://youtrack.jetbrains.com/issue/KT-71375 +- See https://jakewharton.com/kotlins-jdk-release-compatibility-flag/ ## Usage @@ -27,4 +27,4 @@ salty { Salty adds a `saltyCheck${variantName}` task that visits your app bytecode using [ASM](https://asm.ow2.io/) and fails if an usage of any forbidden method is found. -`saltyCheck${variantName}` is added to the `check` task so that it is run automatically. \ No newline at end of file +`saltyCheck${variantName}` is added to the `check` task so that it is run automatically.