We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3918680 commit 9d23e41Copy full SHA for 9d23e41
1 file changed
buildSrc/src/main/kotlin/Dependencies.kt
@@ -14,8 +14,8 @@ object Application {
14
const val targetSdk = 30
15
const val compileSdk = 30
16
const val jvmTarget = "1.8"
17
- const val versionCode = 10
18
- const val versionName = "1.0.5"
+ const val versionCode = 11
+ const val versionName = "1.0.6"
19
20
val targetCompat = JavaVersion.VERSION_11
21
val sourceCompat = JavaVersion.VERSION_11
0 commit comments