Skip to content

Commit 9d23e41

Browse files
committed
Upgrade app version
1 parent 3918680 commit 9d23e41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ object Application {
1414
const val targetSdk = 30
1515
const val compileSdk = 30
1616
const val jvmTarget = "1.8"
17-
const val versionCode = 10
18-
const val versionName = "1.0.5"
17+
const val versionCode = 11
18+
const val versionName = "1.0.6"
1919

2020
val targetCompat = JavaVersion.VERSION_11
2121
val sourceCompat = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)