File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,15 @@ Currently the widget is non-interactive. Tapping on links or scrolling the widge
2424
2525* LaTeX support
2626* [ Admonitions / Callouts] ( https://help.obsidian.md/How+to/Use+callouts )
27- * Highlighting
27+ * Highlighting
28+
29+ ## Development
30+ ### New Release:
31+
32+ - Update version and version code in [ build.gradle] ( app/build.gradle ) .
33+ - Commit file ` git add . && git commit `
34+ - Add tag ` git tag vX.Y.Z `
35+ -
2836
2937
3038## License
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " ch.tiim.markdown_widget"
1111 minSdk 24
1212 targetSdk 32
13- versionCode 1
14- versionName " 0.1.0 "
13+ versionCode 3
14+ versionName " 0.1.2 "
1515
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717 }
You can’t perform that action at this time.
0 commit comments