File tree 7 files changed +19
-19
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 +19
-19
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.3.3.compose-6961312-SNAPSHOT "
29
+ private const val version = " 0.3.3"
30
30
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
31
31
}
32
32
@@ -45,8 +45,8 @@ object Libs {
45
45
46
46
object AndroidX {
47
47
object Compose {
48
- const val snapshot = " 6961312 "
49
- const val version = " 1.0.0-SNAPSHOT "
48
+ const val snapshot = " "
49
+ const val version = " 1.0.0-alpha07 "
50
50
51
51
const val runtime = " androidx.compose.runtime:runtime:$version "
52
52
const val runtimeLivedata = " androidx.compose.runtime:runtime-livedata:$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.1.0"
30
30
31
31
object Accompanist {
32
- private const val version = " 0.3.3.compose-6953474-SNAPSHOT "
32
+ private const val version = " 0.3.3"
33
33
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
34
34
const val insets = " dev.chrisbanes.accompanist:accompanist-insets:$version "
35
35
}
@@ -62,8 +62,8 @@ object Libs {
62
62
const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha04"
63
63
64
64
object Compose {
65
- private const val snapshot = " 6953474 "
66
- const val version = " 1.0.0-SNAPSHOT "
65
+ private const val snapshot = " "
66
+ const val version = " 1.0.0-alpha07 "
67
67
68
68
@get:JvmStatic
69
69
val snapshotUrl: String
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ object Libs {
47
47
const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha01"
48
48
49
49
object Compose {
50
- const val snapshot = " 6964664 "
51
- const val version = " 1.0.0-SNAPSHOT "
50
+ const val snapshot = " "
51
+ const val version = " 1.0.0-alpha07 "
52
52
53
53
const val foundation = " androidx.compose.foundation:foundation:$version "
54
54
const val layout = " androidx.compose.foundation:foundation-layout:$version "
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.3.3.compose-6964664-SNAPSHOT "
28
+ private const val version = " 0.3.3"
29
29
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
30
30
}
31
31
@@ -47,8 +47,8 @@ object Libs {
47
47
const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha04"
48
48
49
49
object Compose {
50
- const val snapshot = " 6964664 "
51
- const val version = " 1.0.0-SNAPSHOT "
50
+ const val snapshot = " "
51
+ const val version = " 1.0.0-alpha07 "
52
52
53
53
const val foundation = " androidx.compose.foundation:foundation:${version} "
54
54
const val layout = " androidx.compose.foundation:foundation-layout:${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.1.0"
30
30
31
31
object Accompanist {
32
- private const val version = " 0.3.3.compose-6961312-SNAPSHOT "
32
+ private const val version = " 0.3.3"
33
33
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
34
34
}
35
35
@@ -45,8 +45,8 @@ object Libs {
45
45
const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha01"
46
46
47
47
object Compose {
48
- const val snapshot = " 6961312 "
49
- const val version = " 1.0.0-SNAPSHOT "
48
+ const val snapshot = " "
49
+ const val version = " 1.0.0-alpha07 "
50
50
51
51
@get:JvmStatic
52
52
val snapshotUrl: String
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.3.3.compose-6953474-SNAPSHOT "
28
+ private const val version = " 0.3.3"
29
29
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
30
30
const val insets = " dev.chrisbanes.accompanist:accompanist-insets:$version "
31
31
}
@@ -48,8 +48,8 @@ object Libs {
48
48
const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha04"
49
49
50
50
object Compose {
51
- const val snapshot = " 6953474 "
52
- const val version = " 1.0.0-SNAPSHOT "
51
+ const val snapshot = " "
52
+ const val version = " 1.0.0-alpha07 "
53
53
54
54
const val runtime = " androidx.compose.runtime:runtime:$version "
55
55
const val foundation = " androidx.compose.foundation:foundation:$version "
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ object Libs {
47
47
const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha02"
48
48
49
49
object Compose {
50
- const val snapshot = " 6964664 "
51
- const val version = " 1.0.0-SNAPSHOT "
50
+ const val snapshot = " "
51
+ const val version = " 1.0.0-alpha07 "
52
52
53
53
const val core = " androidx.compose.ui:ui:$version "
54
54
const val foundation = " androidx.compose.foundation:foundation:$version "
You can’t perform that action at this time.
0 commit comments