Skip to content

Commit

Permalink
versionCode 9 / versionName 1.2.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiee committed Jan 29, 2021
1 parent f0b605b commit 06e80bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AndroidConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ object AndroidConfig {
const val MIN_SDK_VERSION = 23
const val TARGET_SDK_VERSION = 30

const val VERSION_CODE = 8
const val VERSION_NAME = "1.2.1"
const val VERSION_CODE = 9
const val VERSION_NAME = "1.2.2-dev"

const val BUILD_TOOLS_VERSION = "30.0.3"
const val APPLICATION_ID = "com.ddd4.synesthesia.beer"
Expand Down

0 comments on commit 06e80bb

Please sign in to comment.