Skip to content

Commit

Permalink
Update Kotlin 2.1.0 (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo authored Dec 4, 2024
1 parent f66dae7 commit bdcdaa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
**국내 최대 IT 벤처창업동아리 SOPT의 공식 Android 앱**

<p align="center">
<img src="https://img.shields.io/badge/Kotlin-2.0.21-7F52FF?style=for-the-badge&logo=Kotlin&logoColor=white"/>
<img src="https://img.shields.io/badge/Kotlin-2.1.0-7F52FF?style=for-the-badge&logo=Kotlin&logoColor=white"/>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<img src="https://img.shields.io/badge/all_contributors-17-orange.svg?style=for-the-badge"/>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ targetSdk = "35"
appVersion = "2.4.0"
versionCode = "20400"

kotlin = "2.0.21"
kotlin = "2.1.0"
kotlinx-serialization-json = "1.7.3"
kotlinx-serialization-converter = "1.0.0"
kotlinx-coroutines = "1.9.0"
Expand Down Expand Up @@ -42,7 +42,7 @@ androidx-test = "1.6.2"
androidx-test-rules = "1.6.1"

gradleplugin = "8.7.3"
kspplugin = "2.0.21-1.0.28"
kspplugin = "2.1.0-1.0.29"

dagger-hilt = "2.53"
dagger-hilt-navigation-compose = "1.2.0"
Expand Down

0 comments on commit bdcdaa4

Please sign in to comment.