Skip to content

Commit 557a3f1

Browse files
committed
fix: correct version values in build.gradle
1 parent cdeb745 commit 557a3f1

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)