Skip to content

Commit

Permalink
Bump snapshot version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jun 4, 2023
1 parent 9e681d2 commit 19531ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Kotlin {

object Libs {
object Core {
const val deSugar = "com.android.tools:desugar_jdk_libs:2.0.2"
const val deSugar = "com.android.tools:desugar_jdk_libs:2.0.3"

object Test {
const val junit = "junit:junit:4.13.2"
Expand All @@ -47,11 +47,11 @@ object Libs {
object View {
const val legacySupport = "androidx.legacy:legacy-support-v4:1.0.0"
const val appCompat = "androidx.appcompat:appcompat:1.6.1"
const val coreKtx = "androidx.core:core-ktx:1.9.0"
const val coreKtx = "androidx.core:core-ktx:1.10.0"
const val constraintLayout = "androidx.constraintlayout:constraintlayout:2.1.4"
const val cardView = "androidx.cardview:cardview:1.0.0"
const val recyclerView = "androidx.recyclerview:recyclerview:1.3.0"
const val material = "com.google.android.material:material:1.8.0"
const val material = "com.google.android.material:material:1.9.0"

object Test {
private const val espressoVersion = "3.5.1"
Expand All @@ -70,7 +70,7 @@ object Libs {
const val tooling = "androidx.compose.ui:ui-tooling:$composeVersion"
const val runtime = "androidx.compose.runtime:runtime:$composeVersion"
const val material = "androidx.compose.material:material:$composeVersion"
const val activity = "androidx.activity:activity-compose:1.7.0"
const val activity = "androidx.activity:activity-compose:1.7.2"
const val navigation = "com.google.accompanist:accompanist-navigation-animation:0.31.3-beta"

object Test {
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.3.1-SNAPSHOT
VERSION_NAME=2.4.0-SNAPSHOT

POM_NAME=Calendar

Expand Down

0 comments on commit 19531ce

Please sign in to comment.