Skip to content

Commit

Permalink
Upgrade app version
Browse files Browse the repository at this point in the history
  • Loading branch information
jisungbin committed Aug 2, 2021
1 parent 3918680 commit 9d23e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ object Application {
const val targetSdk = 30
const val compileSdk = 30
const val jvmTarget = "1.8"
const val versionCode = 10
const val versionName = "1.0.5"
const val versionCode = 11
const val versionName = "1.0.6"

val targetCompat = JavaVersion.VERSION_11
val sourceCompat = JavaVersion.VERSION_11
Expand Down

0 comments on commit 9d23e41

Please sign in to comment.