diff --git a/README.md b/README.md index f970db84..4f37c005 100644 --- a/README.md +++ b/README.md @@ -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 | [Get it on Google Play](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) | [AppGallery](https://appgallery.cloud.huawei.com/ag/n/app/C106717783?channelId=GitHub+repository&id=05d3f9cea9c44d829cd43b9f79593c88&s=A358D75497B3480E158A47713DE08E03B4047FD6FD5F2DA45C7AF9D9B5410F64&detailType=0&v=&callType=AGDLINK&installType=0000) | |:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| @@ -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! diff --git a/app/build.gradle b/app/build.gradle index 14def7f0..66b3b82f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'