diff --git a/README.md b/README.md index 594d9781..db19a195 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,16 @@ features listed in [commonmark-spec] are supported (including support for **inlined/block HTML code**, **markdown tables**, **images** and **syntax highlight**). +`Markwon` comes with a [sample application](./app-sample/). It is a +collection of library usages that comes with search and source code for +each code sample. + Since version **4.2.0** **Markwon** comes with an [editor](./markwon-editor/) to _highlight_ markdown input as user types (for example in **EditText**). [commonmark-spec]: https://spec.commonmark.org/0.28/ [commonmark-java]: https://github.com/atlassian/commonmark-java/blob/master/README.md -**This file is displayed by default in the [sample-apk] (`markwon-sample-{latest-version}-debug.apk`) application. Which is a generic markdown viewer with support to display markdown via `http`, `https` & `file` schemes and 2 themes included: Light & Dark* - -[sample-apk]: https://github.com/noties/Markwon/releases - ## Installation ![stable](https://img.shields.io/maven-central/v/io.noties.markwon/core.svg?label=stable) diff --git a/app-sample/release/markwon-4.4.1-SNAPSHOT-release.apk b/app-sample/release/markwon-4.4.1-SNAPSHOT-release.apk deleted file mode 100644 index 5033bf8a..00000000 Binary files a/app-sample/release/markwon-4.4.1-SNAPSHOT-release.apk and /dev/null differ diff --git a/app-sample/release/output.json b/app-sample/release/output.json deleted file mode 100644 index 95ec8815..00000000 --- a/app-sample/release/output.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 1, - "artifactType": { - "type": "APK", - "kind": "Directory" - }, - "applicationId": "io.noties.markwon.app", - "variantName": "release", - "elements": [ - { - "type": "SINGLE", - "filters": [], - "properties": [], - "versionCode": 1, - "versionName": "1", - "enabled": true, - "outputFile": "markwon-4.4.1-SNAPSHOT-release.apk" - } - ] -} \ No newline at end of file