From 65971e23bc56bde73e826066ac4458b97267284d Mon Sep 17 00:00:00 2001 From: TimPushkin Date: Wed, 28 Jun 2023 20:22:32 +0300 Subject: [PATCH 1/2] Update screenshots in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbb578c6..f970db84 100644 --- a/README.md +++ b/README.md @@ -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! From f679a6bcae14927b7b03ba9db3f7053d4b6f74e8 Mon Sep 17 00:00:00 2001 From: TimPushkin Date: Wed, 28 Jun 2023 20:23:55 +0300 Subject: [PATCH 2/2] Bump app version to `1.3.3` --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d22984a1..c25b74de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'