Skip to content

Commit 46b84ab

Browse files
authored
Merge pull request #102 from Nexters/feature/update-sdk-36
[UPDATE] target sdk 36 업데이트
2 parents d6e8e5c + ac77391 commit 46b84ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/build
22
.kotlin/
3+
/.idea
34

45
# Created by https://www.gitignore.io/api/kotlin,androidstudio
56
# Edit at https://www.gitignore.io/?templates=kotlin,androidstudio

build-logic/src/main/kotlin/com/goalpanzi/mission_mate/convention/KotlinAndroid.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal fun Project.configureKotlinAndroid() {
1111
pluginManager.apply("org.jetbrains.kotlin.android")
1212

1313
androidExtension.apply {
14-
compileSdk = 34
14+
compileSdk = 36
1515

1616
defaultConfig {
1717
minSdk = 26

0 commit comments

Comments
 (0)