File tree 7 files changed +14
-14
lines changed
Crane/buildSrc/src/main/java/com/example/crane/buildsrc
Jetcaster/buildSrc/src/main/java/com/example/jetcaster/buildsrc
Jetchat/buildSrc/src/main/java/com/example/compose/jetchat/buildsrc
Jetsnack/buildSrc/src/main/java/com/example/jetsnack/buildsrc
Jetsurvey/buildSrc/src/main/java/com/example/compose/jetsurvey/buildsrc
Owl/buildSrc/src/main/java/com/example/owl/buildsrc
Rally/buildSrc/src/main/java/com/example/compose/rally/buildsrc 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ object Libs {
30
30
}
31
31
32
32
object Accompanist {
33
- private const val version = " 0.7.1.compose-7249939 -SNAPSHOT"
33
+ private const val version = " 0.7.1.compose-7262094 -SNAPSHOT"
34
34
const val coil = " com.google.accompanist:accompanist-coil:$version "
35
35
}
36
36
@@ -55,7 +55,7 @@ object Libs {
55
55
const val appcompat = " androidx.appcompat:appcompat:1.3.0-rc01"
56
56
57
57
object Compose {
58
- const val snapshot = " 7249939 "
58
+ const val snapshot = " 7262094 "
59
59
private const val version = " 1.0.0-SNAPSHOT"
60
60
61
61
const val runtime = " androidx.compose.runtime:runtime:$version "
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ object Libs {
27
27
const val material = " com.google.android.material:material:1.3.0"
28
28
29
29
object Accompanist {
30
- private const val version = " 0.7.1.compose-7249939 -SNAPSHOT"
30
+ private const val version = " 0.7.1.compose-7262094 -SNAPSHOT"
31
31
const val coil = " com.google.accompanist:accompanist-coil:$version "
32
32
const val insets = " com.google.accompanist:accompanist-insets:$version "
33
33
const val pager = " com.google.accompanist:accompanist-pager:$version "
@@ -73,7 +73,7 @@ object Libs {
73
73
}
74
74
75
75
object Compose {
76
- private const val snapshot = " 7249939 "
76
+ private const val snapshot = " 7262094 "
77
77
private const val version = " 1.0.0-SNAPSHOT"
78
78
79
79
@get:JvmStatic
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ object Libs {
43
43
}
44
44
45
45
object Accompanist {
46
- private const val version = " 0.7.1.compose-7249939 -SNAPSHOT"
46
+ private const val version = " 0.7.1.compose-7262094 -SNAPSHOT"
47
47
const val insets = " com.google.accompanist:accompanist-insets:$version "
48
48
}
49
49
@@ -56,7 +56,7 @@ object Libs {
56
56
}
57
57
58
58
object Compose {
59
- const val snapshot = " 7249939 "
59
+ const val snapshot = " 7262094 "
60
60
const val version = " 1.0.0-SNAPSHOT"
61
61
62
62
const val foundation = " androidx.compose.foundation:foundation:$version "
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ object Libs {
24
24
const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.0-alpha12"
25
25
26
26
object Accompanist {
27
- const val version = " 0.7.1.compose-7249939 -SNAPSHOT"
27
+ const val version = " 0.7.1.compose-7262094 -SNAPSHOT"
28
28
const val coil = " com.google.accompanist:accompanist-coil:$version "
29
29
const val insets = " com.google.accompanist:accompanist-insets:$version "
30
30
}
@@ -47,7 +47,7 @@ object Libs {
47
47
const val coreKtx = " androidx.core:core-ktx:1.6.0-alpha01"
48
48
49
49
object Compose {
50
- const val snapshot = " 7249939 "
50
+ const val snapshot = " 7262094 "
51
51
const val version = " 1.0.0-SNAPSHOT"
52
52
53
53
const val foundation = " androidx.compose.foundation:foundation:${version} "
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.3.0"
30
30
31
31
object Accompanist {
32
- private const val version = " 0.7.1.compose-7249939 -SNAPSHOT"
32
+ private const val version = " 0.7.1.compose-7262094 -SNAPSHOT"
33
33
const val coil = " com.google.accompanist:accompanist-coil:$version "
34
34
}
35
35
@@ -62,7 +62,7 @@ object Libs {
62
62
}
63
63
64
64
object Compose {
65
- const val snapshot = " 7249939 "
65
+ const val snapshot = " 7262094 "
66
66
const val version = " 1.0.0-SNAPSHOT"
67
67
68
68
@get:JvmStatic
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ object Libs {
24
24
const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.0-alpha12"
25
25
26
26
object Accompanist {
27
- const val version = " 0.7.1.compose-7249939 -SNAPSHOT"
27
+ const val version = " 0.7.1.compose-7262094 -SNAPSHOT"
28
28
const val coil = " com.google.accompanist:accompanist-coil:$version "
29
29
const val insets = " com.google.accompanist:accompanist-insets:$version "
30
30
}
@@ -50,10 +50,10 @@ object Libs {
50
50
51
51
object AndroidX {
52
52
const val coreKtx = " androidx.core:core-ktx:1.6.0-alpha01"
53
- const val navigation = " androidx.navigation:navigation-compose:1.0.0-alpha08 "
53
+ const val navigation = " androidx.navigation:navigation-compose:1.0.0-SNAPSHOT "
54
54
55
55
object Compose {
56
- const val snapshot = " 7249939 "
56
+ const val snapshot = " 7262094 "
57
57
const val version = " 1.0.0-SNAPSHOT"
58
58
59
59
const val animation = " androidx.compose.animation:animation:$version "
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ object Libs {
49
49
}
50
50
51
51
object Compose {
52
- const val snapshot = " 7249939 "
52
+ const val snapshot = " 7262094 "
53
53
const val version = " 1.0.0-SNAPSHOT"
54
54
55
55
const val core = " androidx.compose.ui:ui:$version "
You can’t perform that action at this time.
0 commit comments