Skip to content

Commit

Permalink
Kotlin 2.0.20-Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
phansier committed Jul 10, 2024
1 parent f485ba4 commit e9720fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Compose Version](https://img.shields.io/badge/Jetpack%20Compose-1.6.8-yellow)](https://developer.android.com/jetpack/compose)
[![Compose Version](https://img.shields.io/badge/Compose%20Multiplatform-1.6.11-yellow)](https://github.com/JetBrains/compose-multiplatform)
[![WearCompose Version](https://img.shields.io/badge/Wear%20Compose-1.3.1-yellow)](https://developer.android.com/jetpack/androidx/releases/wear-compose)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-2.0.0-blue.svg)](https://kotlinlang.org)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-2.0.20--Beta2-blue.svg)](https://kotlinlang.org)
![Android CI](https://github.com/phansier/Coffeegram/workflows/Android%20CI/badge.svg?branch=master)
[![Jetc.dev](https://img.shields.io/badge/jetc.dev-25-blue)](https://jetc.dev/issues/025.html)
[![Hits-of-Code](https://hitsofcode.com/github/phansier/Coffeegram?branch=develop)](https://hitsofcode.com/github/phansier/Coffeegram/view?branch=develop)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ compileSdk = "34"
minSdk = "24"
wearMinSdk = "25"

kotlin = "2.0.0" # https://kotlinlang.org/docs/releases.html#release-details
kotlin = "2.0.20--Beta2" # https://kotlinlang.org/docs/releases.html#release-details
agp = "8.5.0" # https://developer.android.com/studio/releases/gradle-plugin
realm = "2.0.0" # https://github.com/realm/realm-kotlin
ktor = "2.3.12" # https://github.com/ktorio/ktor
Expand Down

0 comments on commit e9720fe

Please sign in to comment.