Skip to content

Commit

Permalink
[feature/apply-kotlin-2020] Apply Kotlin 2.0.20 (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Aug 23, 2024
1 parent f572ec5 commit 55db309
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.10-7F52FF?style=for-the-badge&logo=Kotlin&logoColor=white"/>
<img src="https://img.shields.io/badge/Kotlin-2.0.20-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-14-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 = "34"
appVersion = "2.3.2"
versionCode = "20302"

kotlin = "2.0.10"
kotlin = "2.0.20"
kotlinx-serialization-json = "1.7.1"
kotlinx-serialization-converter = "1.0.0"
kotlinx-coroutines = "1.8.1"
Expand Down Expand Up @@ -41,7 +41,7 @@ androidx-test = "1.6.2"
androidx-test-rules = "1.6.1"

gradleplugin = "8.5.2"
kspplugin = "2.0.10-1.0.24"
kspplugin = "2.0.20-1.0.24"

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

0 comments on commit 55db309

Please sign in to comment.