Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Feb 3, 2025
1 parent f223760 commit bf639ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

buildscript {
ext {
kotlin = "2.1.0"
kotlin = "2.1.10"
coroutines = "1.10.1"

// Compose
compose = "1.7.6"
compose = "1.7.7"
composeMaterial3 = "1.3.1"

// AndroidX
Expand Down Expand Up @@ -156,7 +156,7 @@ subprojects {

artifactId project.name
groupId "com.github.pyamsoft.pydroid"
version "27.2.0"
version "27.2.1"
}
}
}
Expand Down

0 comments on commit bf639ab

Please sign in to comment.