File tree 12 files changed +31
-47
lines changed
Crane/buildSrc/src/main/java/com/example/crane/buildsrc
buildSrc/src/main/java/com/example/jetcaster/buildsrc
buildSrc/src/main/java/com/example/compose/jetchat/buildsrc
buildSrc/src/main/java/com/example/jetsnack/buildsrc
Jetsurvey/buildSrc/src/main/java/com/example/compose/jetsurvey/buildsrc
buildSrc/src/main/java/com/example/owl/buildsrc
Rally/buildSrc/src/main/java/com/example/compose/rally/buildsrc
12 files changed +31
-47
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.4.1.compose-7067732-SNAPSHOT "
33
+ private const val version = " 0.4.2 "
34
34
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
35
35
}
36
36
@@ -49,8 +49,8 @@ object Libs {
49
49
50
50
object AndroidX {
51
51
object Compose {
52
- const val snapshot = " 7067732 "
53
- private const val version = " 1.0.0-SNAPSHOT "
52
+ const val snapshot = " "
53
+ private const val version = " 1.0.0-alpha10 "
54
54
55
55
const val runtime = " androidx.compose.runtime:runtime:$version "
56
56
const val runtimeLivedata = " androidx.compose.runtime:runtime-livedata:$version "
Original file line number Diff line number Diff line change 16
16
17
17
buildscript {
18
18
ext. kotlin_version = ' 1.4.21'
19
- ext. compose_version = ' 1.0.0-SNAPSHOT '
19
+ ext. compose_version = ' 1.0.0-alpha10 '
20
20
ext. coroutines_version = ' 1.4.2'
21
21
22
22
repositories {
@@ -36,10 +36,6 @@ plugins {
36
36
37
37
subprojects {
38
38
repositories {
39
- maven {
40
- def snapshot = " 7067732"
41
- url " https://androidx.dev/snapshots/builds/$snapshot /artifacts/repository/"
42
- }
43
39
google()
44
40
jcenter()
45
41
}
Original file line number Diff line number Diff line change @@ -97,9 +97,7 @@ dependencies {
97
97
implementation Libs.Kotlin . stdlib
98
98
implementation Libs.Coroutines . android
99
99
100
- // Accompanist.insets must depend on the SNAPSHOT version of core:1.5.0
101
- implementation(Libs.AndroidX . core) { force true }
102
- implementation(Libs.AndroidX . coreKtx) { force true }
100
+ implementation Libs.AndroidX . coreKtx
103
101
implementation Libs.AndroidX . palette
104
102
105
103
implementation Libs.AndroidX.Lifecycle . viewmodel
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.4.1.compose-7067732-SNAPSHOT "
32
+ private const val version = " 0.4.2 "
33
33
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
34
34
const val insets = " dev.chrisbanes.accompanist:accompanist-insets:$version "
35
35
}
@@ -58,12 +58,11 @@ object Libs {
58
58
const val appcompat = " androidx.appcompat:appcompat:1.2.0"
59
59
const val palette = " androidx.palette:palette:1.0.0"
60
60
61
- const val core = " androidx.core:core:1.5.0-SNAPSHOT"
62
- const val coreKtx = " androidx.core:core-ktx:1.5.0-SNAPSHOT"
61
+ const val coreKtx = " androidx.core:core-ktx:1.5.0-beta01"
63
62
64
63
object Compose {
65
- private const val snapshot = " 7067732 "
66
- private const val version = " 1.0.0-SNAPSHOT "
64
+ private const val snapshot = " "
65
+ private const val version = " 1.0.0-alpha10 "
67
66
68
67
@get:JvmStatic
69
68
val snapshotUrl: String
Original file line number Diff line number Diff line change @@ -93,9 +93,7 @@ dependencies {
93
93
implementation Libs.Kotlin . stdlib
94
94
implementation Libs.Coroutines . android
95
95
96
- // Accompanist.insets must depend on the SNAPSHOT version of core:1.5.0
97
- implementation(Libs.AndroidX . core) { force true }
98
- implementation(Libs.AndroidX . coreKtx) { force true }
96
+ implementation Libs.AndroidX . coreKtx
99
97
implementation Libs.AndroidX . appcompat
100
98
implementation Libs.AndroidX.Lifecycle . livedata
101
99
implementation Libs.AndroidX.Navigation . fragment
Original file line number Diff line number Diff line change @@ -43,18 +43,17 @@ object Libs {
43
43
}
44
44
45
45
object Accompanist {
46
- private const val version = " 0.4.1.compose-7067732-SNAPSHOT "
46
+ private const val version = " 0.4.2 "
47
47
const val insets = " dev.chrisbanes.accompanist:accompanist-insets:$version "
48
48
}
49
49
50
50
object AndroidX {
51
51
const val appcompat = " androidx.appcompat:appcompat:1.2.0-rc01"
52
- const val core = " androidx.core:core:1.5.0-SNAPSHOT"
53
- const val coreKtx = " androidx.core:core-ktx:1.5.0-SNAPSHOT"
52
+ const val coreKtx = " androidx.core:core-ktx:1.5.0-beta01"
54
53
55
54
object Compose {
56
- const val snapshot = " 7067732 "
57
- const val version = " 1.0.0-SNAPSHOT "
55
+ const val snapshot = " "
56
+ const val version = " 1.0.0-alpha10 "
58
57
59
58
const val foundation = " androidx.compose.foundation:foundation:$version "
60
59
const val layout = " androidx.compose.foundation:foundation-layout:$version "
Original file line number Diff line number Diff line change @@ -82,9 +82,7 @@ dependencies {
82
82
83
83
implementation Libs.Coroutines . core
84
84
85
- // Accompanist.insets currently requires SNAPSHOT version of AndroidX.core
86
- implementation(Libs.AndroidX . core) { force true }
87
- implementation(Libs.AndroidX . coreKtx) { force true }
85
+ implementation Libs.AndroidX . coreKtx
88
86
89
87
implementation Libs.AndroidX.Compose . runtime
90
88
implementation Libs.AndroidX.Compose . foundation
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.4.2.compose-7067732-SNAPSHOT "
28
+ private const val version = " 0.4.2"
29
29
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
30
30
const val insets = " dev.chrisbanes.accompanist:accompanist-insets:$version "
31
31
}
@@ -45,12 +45,11 @@ object Libs {
45
45
}
46
46
47
47
object AndroidX {
48
- const val core = " androidx.core:core:1.5.0-SNAPSHOT"
49
- const val coreKtx = " androidx.core:core-ktx:1.5.0-SNAPSHOT"
48
+ const val coreKtx = " androidx.core:core-ktx:1.5.0-beta01"
50
49
51
50
object Compose {
52
- const val snapshot = " 7067732 "
53
- const val version = " 1.0.0-SNAPSHOT "
51
+ const val snapshot = " "
52
+ const val version = " 1.0.0-alpha10 "
54
53
55
54
const val foundation = " androidx.compose.foundation:foundation:${version} "
56
55
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.4.1.compose-7067732-SNAPSHOT "
32
+ private const val version = " 0.4.2 "
33
33
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
34
34
}
35
35
@@ -52,8 +52,8 @@ object Libs {
52
52
const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha01"
53
53
54
54
object Compose {
55
- const val snapshot = " 7067732 "
56
- const val version = " 1.0.0-SNAPSHOT "
55
+ const val snapshot = " "
56
+ const val version = " 1.0.0-alpha10 "
57
57
58
58
@get:JvmStatic
59
59
val snapshotUrl: String
Original file line number Diff line number Diff line change @@ -84,10 +84,8 @@ android {
84
84
dependencies {
85
85
implementation Libs.Kotlin . stdlib
86
86
implementation Libs.Coroutines . android
87
-
88
- // Accompanist.insets currently requires SNAPSHOT version of AndroidX.core
89
- implementation(Libs.AndroidX . core) { force true }
90
- implementation(Libs.AndroidX . coreKtx) { force true }
87
+
88
+ implementation Libs.AndroidX . coreKtx
91
89
implementation Libs.AndroidX . navigation
92
90
93
91
implementation Libs.AndroidX.Compose . runtime
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.4.2.compose-7067732-SNAPSHOT "
28
+ private const val version = " 0.4.2"
29
29
const val coil = " dev.chrisbanes.accompanist:accompanist-coil:$version "
30
30
const val insets = " dev.chrisbanes.accompanist:accompanist-insets:$version "
31
31
}
@@ -45,13 +45,12 @@ object Libs {
45
45
}
46
46
47
47
object AndroidX {
48
- const val core = " androidx.core:core:1.5.0-SNAPSHOT"
49
- const val coreKtx = " androidx.core:core-ktx:1.5.0-SNAPSHOT"
50
- const val navigation = " androidx.navigation:navigation-compose:1.0.0-SNAPSHOT"
48
+ const val coreKtx = " androidx.core:core-ktx:1.5.0-beta01"
49
+ const val navigation = " androidx.navigation:navigation-compose:1.0.0-alpha05"
51
50
52
51
object Compose {
53
- const val snapshot = " 7067732 "
54
- const val version = " 1.0.0-SNAPSHOT "
52
+ const val snapshot = " "
53
+ const val version = " 1.0.0-alpha10 "
55
54
56
55
const val animation = " androidx.compose.animation:animation:$version "
57
56
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 = " 7067732 "
51
- const val version = " 1.0.0-SNAPSHOT "
50
+ const val snapshot = " "
51
+ const val version = " 1.0.0-alpha10 "
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