Skip to content

Commit

Permalink
Merge pull request #72 from TimPushkin/updates
Browse files Browse the repository at this point in the history
Prepare for `1.3.3`
  • Loading branch information
TimPushkin authored Jun 28, 2023
2 parents 1ce2ea9 + f679a6b commit 6ba4494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ With **DepNav** you can do the following:
- Enjoy Material UI 3 in selectable light and dark themes
- Two languages available: English and Russian

| ![Map](https://i.imgur.com/GwPuEbP.png) | ![Search](https://i.imgur.com/TLdCu6j.png) | ![Info](https://i.imgur.com/eXqWBcr.png) |
| ![Map](https://i.imgur.com/1qjld38.png) | ![Search](https://i.imgur.com/cE3RtaA.png) | ![Info](https://i.imgur.com/Hcis0w0.png) |
|:---------------------------------------:|:------------------------------------------:|:----------------------------------------:|

## Get it!
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {
applicationId 'ru.spbu.depnav'
minSdk 21
targetSdk 33
versionCode versionToCode(1, 3, 2)
versionName versionToName(1, 3, 2)
versionCode versionToCode(1, 3, 3)
versionName versionToName(1, 3, 3)

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down

0 comments on commit 6ba4494

Please sign in to comment.