Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Jetsnack] Update to snapshot 6964664
  • Loading branch information
JolandaVerhoef committed Nov 11, 2020
commit f5e02192dc7b2ad5a1cf663b7a815855d70d2530
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Libs {
const val junit = "junit:junit:4.13"

object Accompanist {
private const val version = "0.3.3.compose-6953474-SNAPSHOT"
private const val version = "0.3.3.compose-6964664-SNAPSHOT"
const val coil = "dev.chrisbanes.accompanist:accompanist-coil:$version"
}

Expand All @@ -47,7 +47,7 @@ object Libs {
const val coreKtx = "androidx.core:core-ktx:1.5.0-alpha04"

object Compose {
const val snapshot = "6961312"
const val snapshot = "6964664"
const val version = "1.0.0-SNAPSHOT"

const val foundation = "androidx.compose.foundation:foundation:${version}"
Expand Down