Skip to content

Commit

Permalink
feat:TOP-100 targetSdkVersion을 33 -> 34로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
cwj-c committed Apr 27, 2024
1 parent 9d0e66a commit 32c62be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
extra.apply {
set("compileSdk", 33)
set("compileSdk", 34)
set("minSdkVersion", 26)
set("targetSdk", 33)
set("targetSdk", 34)
set("versionCode", 1)
set("versionName", "1.0")
}
Expand Down

0 comments on commit 32c62be

Please sign in to comment.