Skip to content

Commit

Permalink
[All] Updating Accompanist to 0.3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
florina-muntenescu committed Nov 11, 2020
1 parent a5f219b commit 008e4ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Libs {
const val googleMaps = "com.google.android.libraries.maps:maps:3.1.0-beta"

object Accompanist {
private const val version = "0.3.3"
private const val version = "0.3.3.1"
const val coil = "dev.chrisbanes.accompanist:accompanist-coil:$version"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Libs {
const val material = "com.google.android.material:material:1.1.0"

object Accompanist {
private const val version = "0.3.3"
private const val version = "0.3.3.1"
const val coil = "dev.chrisbanes.accompanist:accompanist-coil:$version"
const val insets = "dev.chrisbanes.accompanist:accompanist-insets:$version"
}
Expand Down
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"
private const val version = "0.3.3.1"
const val coil = "dev.chrisbanes.accompanist:accompanist-coil:$version"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Libs {
const val material = "com.google.android.material:material:1.1.0"

object Accompanist {
private const val version = "0.3.3"
private const val version = "0.3.3.1"
const val coil = "dev.chrisbanes.accompanist:accompanist-coil:$version"
}

Expand Down
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"
private const val version = "0.3.3.1"
const val coil = "dev.chrisbanes.accompanist:accompanist-coil:$version"
const val insets = "dev.chrisbanes.accompanist:accompanist-insets:$version"
}
Expand Down

0 comments on commit 008e4ae

Please sign in to comment.