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
24
24
25
25
* LaTeX support
26
26
* [ 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
+ -
28
36
29
37
30
38
## License
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " ch.tiim.markdown_widget"
11
11
minSdk 24
12
12
targetSdk 32
13
- versionCode 1
14
- versionName " 0.1.0 "
13
+ versionCode 3
14
+ versionName " 0.1.2 "
15
15
16
16
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
17
17
}
You can’t perform that action at this time.
0 commit comments