Skip to content

Commit

Permalink
TARGET_SDK,COMPILE_SDK 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdwns committed Nov 9, 2023
1 parent 4610272 commit 76bb334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/deptromeet/housekeeper/Config.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package deptromeet.housekeeper

object Config {
const val COMPILE_SDK = 31
const val TARGET_SDK = 31
const val COMPILE_SDK = 34
const val TARGET_SDK = 34
const val MIN_SDK = 28
const val VERSION_CODE = 8
const val VERSION_NAME = "1.4.1"
Expand Down

0 comments on commit 76bb334

Please sign in to comment.