Skip to content

Commit

Permalink
feat : target version 30 으로 변경 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiee committed Jan 24, 2021
1 parent cee9a98 commit 002d1b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/AndroidConfig.kt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
object AndroidConfig {
const val COMPILE_SDK_VERSION = 29
const val COMPILE_SDK_VERSION = 30
const val MIN_SDK_VERSION = 23
const val TARGET_SDK_VERSION = 29
const val TARGET_SDK_VERSION = 30

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

const val BUILD_TOOLS_VERSION = "29.0.3"
const val BUILD_TOOLS_VERSION = "30.0.3"
const val APPLICATION_ID = "com.ddd4.synesthesia.beer"
const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"
}

0 comments on commit 002d1b7

Please # to comment.