File tree 4 files changed +4
-4
lines changed
Crane/buildSrc/src/main/java/com/example/crane/buildsrc
Jetcaster/buildSrc/src/main/java/com/example/jetcaster/buildsrc
Jetsnack/buildSrc/src/main/java/com/example/jetsnack/buildsrc
Owl/buildSrc/src/main/java/com/example/owl/buildsrc
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ object Libs {
26
26
const val googleMaps = " com.google.android.libraries.maps:maps:3.1.0-beta"
27
27
28
28
object Accompanist {
29
- private const val version = " 0.1.10.ui- ${ AndroidX . Compose .snapshot} -SNAPSHOT "
29
+ private const val version = " 0.2.0 "
30
30
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
31
31
}
32
32
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ object Libs {
29
29
const val material = " com.google.android.material:material:1.1.0"
30
30
31
31
object Accompanist {
32
- private const val version = " 0.1.10.ui- ${ AndroidX . Compose .snapshot} -SNAPSHOT "
32
+ private const val version = " 0.2.0 "
33
33
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
34
34
}
35
35
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object Libs {
25
25
const val junit = " junit:junit:4.13"
26
26
27
27
object Accompanist {
28
- private const val version = " 0.1.10.ui- ${ AndroidX . Compose .snapshot} -SNAPSHOT "
28
+ private const val version = " 0.2.0 "
29
29
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
30
30
}
31
31
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object Libs {
25
25
const val junit = " junit:junit:4.13"
26
26
27
27
object Accompanist {
28
- private const val version = " 0.1.10.ui- ${ AndroidX . Compose .snapshot} -SNAPSHOT "
28
+ private const val version = " 0.2.0 "
29
29
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
30
30
}
31
31
You can’t perform that action at this time.
0 commit comments