Skip to content

Commit

Permalink
Bump app version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPushkin committed Dec 7, 2023
1 parent 5eeff85 commit 0815bb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ specific rooms on them.
The following maps are available:

- Mathematics and Mechanics Faculty, St. Petersburg State University
- Faculty of Physics, St. Petersburg State University

| [<img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" alt="Get it on Google Play" height="80" />](https://play.google.com/store/apps/details?id=ru.spbu.depnav&utm_source=https%3A%2F%2Fgithub.com%2FTimPushkin%2FDepNav&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1) | [<img src="https://i.imgur.com/g5WjbFC.png" alt="AppGallery" height="80" />](https://appgallery.cloud.huawei.com/ag/n/app/C106717783?channelId=GitHub+repository&id=05d3f9cea9c44d829cd43b9f79593c88&s=A358D75497B3480E158A47713DE08E03B4047FD6FD5F2DA45C7AF9D9B5410F64&detailType=0&v=&callType=AGDLINK&installType=0000) |
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
Expand All @@ -20,11 +21,11 @@ The following maps are available:
With **DepNav** you can do the following:

- **View** the available maps by floors
- **Search** for specific rooms and other objects on the selected map with built-in search
- **Search** for specific rooms and other objects on the selected map with the built-in search
- Enjoy Material UI 3 in selectable light and dark themes
- Two languages available: English and Russian

| ![Map](https://i.imgur.com/1qjld38.png) | ![Search](https://i.imgur.com/cE3RtaA.png) | ![Info](https://i.imgur.com/Hcis0w0.png) |
| ![Map](https://i.imgur.com/Tyn21xJ.png) | ![Search](https://i.imgur.com/4XGDlQH.png) | ![Info](https://i.imgur.com/35E5mkG.png) |
|:---------------------------------------:|:------------------------------------------:|:----------------------------------------:|

## Get it!
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def keystorePropertiesFile = rootProject.file('keystore.properties')
def keystoreProperties = new Properties()
if (keystorePropertiesFile.exists()) keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

def version = ['major': 1, 'minor': 3, 'patch': 3]
def version = ['major': 1, 'minor': 4, 'patch': 0]

android {
namespace 'ru.spbu.depnav'
Expand Down

0 comments on commit 0815bb6

Please sign in to comment.