Skip to content

Commit

Permalink
Update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
jisungbin committed Jul 7, 2021
1 parent daf605b commit 82641ff
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 = 6
const val versionName = "1.0.1"
const val versionCode = 7
const val versionName = "1.0.2"

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

0 comments on commit 82641ff

Please sign in to comment.