Skip to content

Commit be8ab42

Browse files
authored
Merge pull request #55 from TimPushkin/updates
Updates for `1.2.0`
2 parents a9c6d73 + 75528ac commit be8ab42

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ The following maps are available:
1515
| [<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) |
1616
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
1717

18-
1918
## Features
2019

2120
With **DepNav** you can do the following:
@@ -25,14 +24,15 @@ With **DepNav** you can do the following:
2524
- Enjoy the graphic interface in light and dark themes
2625
- Two languages available: English and Russian
2726

28-
| ![Map](https://i.imgur.com/l8d5aWm.jpg) | ![Search](https://i.imgur.com/G1Rk8q6.jpg) | ![Info](https://i.imgur.com/I4dJd7e.jpg) |
27+
| ![Map](https://i.imgur.com/NcjEy30.png) | ![Search](https://i.imgur.com/dpTJIBV.png) | ![Info](https://i.imgur.com/hhPvKc1.png) |
2928
|:---------------------------------------:|:------------------------------------------:|:----------------------------------------:|
3029

3130
## Get it!
3231

3332
The following download sources are available:
3433

35-
- [Google Play](https://play.google.com/store/apps/details?id=ru.spbu.depnav&utm_source=https%3A%2F%2Fgithub.com%2FTimPushkin%2FDepNav) or [AppGallery](https://appgallery.cloud.huawei.com/ag/n/app/C106717783?channelId=GitHub+repository&id=05d3f9cea9c44d829cd43b9f79593c88&s=A358D75497B3480E158A47713DE08E03B4047FD6FD5F2DA45C7AF9D9B5410F64&detailType=0&v=&callType=AGDLINK&installType=0000)
34+
- [Google Play](https://play.google.com/store/apps/details?id=ru.spbu.depnav&utm_source=https%3A%2F%2Fgithub.com%2FTimPushkin%2FDepNav)
35+
or [AppGallery](https://appgallery.cloud.huawei.com/ag/n/app/C106717783?channelId=GitHub+repository&id=05d3f9cea9c44d829cd43b9f79593c88&s=A358D75497B3480E158A47713DE08E03B4047FD6FD5F2DA45C7AF9D9B5410F64&detailType=0&v=&callType=AGDLINK&installType=0000)
3636
(**recommended**) – install DepNav from app stores and receive its updates automatically
3737

3838
- [APK](https://github.com/TimPushkin/DepNav/releases) – download, install, and update DepNav manually

app/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'com.android.application'
33
id 'org.jetbrains.kotlin.android'
44
id 'dagger.hilt.android.plugin'
5-
id 'com.google.devtools.ksp' version "$kotlin_version-1.0.6"
5+
id 'com.google.devtools.ksp' version "$kotlin_version-1.0.7"
66
id 'kotlin-kapt'
77
}
88

@@ -41,8 +41,8 @@ android {
4141
applicationId 'ru.spbu.depnav'
4242
minSdk 21
4343
targetSdk 33
44-
versionCode versionToCode(1, 1, 1)
45-
versionName versionToName(1, 1, 1)
44+
versionCode versionToCode(1, 2, 0)
45+
versionName versionToName(1, 2, 0)
4646

4747
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
4848

@@ -85,7 +85,7 @@ dependencies {
8585
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
8686
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"
8787

88-
def compose_version = '1.2.1'
88+
def compose_version = '1.3.0'
8989
implementation "androidx.compose.ui:ui:$compose_version"
9090
implementation "androidx.compose.material:material:$compose_version"
9191
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
@@ -105,11 +105,11 @@ dependencies {
105105
kapt "com.google.dagger:hilt-compiler:$hilt_version"
106106

107107
implementation 'androidx.core:core-ktx:1.9.0'
108-
implementation 'androidx.activity:activity-compose:1.5.1'
109-
implementation 'androidx.navigation:navigation-compose:2.5.2'
108+
implementation 'androidx.activity:activity-compose:1.6.1'
109+
implementation 'androidx.navigation:navigation-compose:2.5.3'
110110
implementation 'androidx.hilt:hilt-navigation-compose:1.0.0'
111-
implementation 'ovh.plrapps:mapcompose:2.2.5'
112-
implementation 'com.google.accompanist:accompanist-systemuicontroller:0.25.1'
111+
implementation 'ovh.plrapps:mapcompose:2.3.1'
112+
implementation 'com.google.accompanist:accompanist-systemuicontroller:0.27.0'
113113

114114
testImplementation 'junit:junit:4.13.2'
115115
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
buildscript {
22
ext {
3-
kotlin_version = '1.7.10'
4-
compose_compiler_version = '1.3.1'
5-
hilt_version = '2.43.2'
3+
kotlin_version = '1.7.20'
4+
compose_compiler_version = '1.3.2'
5+
hilt_version = '2.44'
66
}
77
dependencies {
88
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
99
}
1010
}
1111

1212
plugins {
13-
id 'com.android.application' version '7.3.0' apply false
13+
id 'com.android.application' version '7.3.1' apply false
1414
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
1515
}
1616

0 commit comments

Comments
 (0)