Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit f29d999

Browse files
author
onlymash
committed
Bump version
1 parent bddb585 commit f29d999

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
minSdkVersion(21)
3737
targetSdkVersion(29)
3838
versionCode = verCode
39-
versionName = "1.2.0"
39+
versionName = "1.2.1"
4040
versionNameSuffix = ".c$verCode"
4141
resConfigs(listOf("en", "zh-rCN", "ru-rRU", "zh-rHK", "pt-rBR"))
4242
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@@ -83,9 +83,9 @@ android {
8383
}
8484

8585
dependencies {
86-
val materialVersion = "1.2.0-alpha05"
86+
val materialVersion = "1.2.0-alpha06"
8787
val lifecycleVersion = "2.3.0-alpha01"
88-
val navVersion = "2.3.0-alpha04"
88+
val navVersion = "2.3.0-alpha05"
8989
val workVersion = "2.4.0-alpha02"
9090
val roomVersion = "2.2.5"
9191
val okhttpVersion = "4.5.0"

0 commit comments

Comments
 (0)