Skip to content

Commit

Permalink
fix: correct version values in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiim committed Aug 18, 2022
1 parent cdeb745 commit 557a3f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@ Currently the widget is non-interactive. Tapping on links or scrolling the widge

* LaTeX support
* [Admonitions / Callouts](https://help.obsidian.md/How+to/Use+callouts)
* Highlighting
* Highlighting

## Development
### New Release:

- Update version and version code in [build.gradle](app/build.gradle).
- Commit file `git add . && git commit`
- Add tag `git tag vX.Y.Z`
-


## License
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "ch.tiim.markdown_widget"
minSdk 24
targetSdk 32
versionCode 1
versionName "0.1.0"
versionCode 3
versionName "0.1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 557a3f1

Please sign in to comment.