Skip to content

Commit

Permalink
Prepare version 2.6.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jun 15, 2024
1 parent 33ccd90 commit 301a191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Android {
}

object Plugins {
private const val agpVersion = "8.4.0"
private const val agpVersion = "8.4.2"
const val androidApp = "com.android.application"
const val androidLibrary = "com.android.library"
const val kotlinJvm = "org.jetbrains.kotlin.jvm"
Expand Down Expand Up @@ -78,7 +78,7 @@ object Libs {
}

object Compose {
private const val composeVersion = "1.7.0-beta01"
private const val composeVersion = "1.7.0-beta03"
const val ui = "androidx.compose.ui:ui:$composeVersion"
const val foundation = "androidx.compose.foundation:foundation:$composeVersion"
const val tooling = "androidx.compose.ui:ui-tooling:$composeVersion"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true

GROUP=com.kizitonwose.calendar
VERSION_NAME=2.6.0-beta01
VERSION_NAME=2.6.0-beta02

POM_NAME=Calendar
POM_INCEPTION_YEAR=2019
Expand Down

0 comments on commit 301a191

Please sign in to comment.