File tree 9 files changed +30
-31
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 9 files changed +30
-31
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
- const val version = " 0.7.2-SNAPSHOT "
33
+ const val version = " 0.8.0 "
34
34
const val coil = " com.google.accompanist:accompanist-coil:$version "
35
35
}
36
36
@@ -49,14 +49,14 @@ object Libs {
49
49
50
50
object AndroidX {
51
51
object Activity {
52
- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
52
+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
53
53
}
54
54
55
55
const val appcompat = " androidx.appcompat:appcompat:1.3.0-rc01"
56
56
57
57
object Compose {
58
- const val snapshot = " 7285231 "
59
- private const val version = " 1.0.0-SNAPSHOT "
58
+ const val snapshot = " "
59
+ private const val version = " 1.0.0-beta05 "
60
60
61
61
const val runtime = " androidx.compose.runtime:runtime:$version "
62
62
const val runtimeLivedata = " androidx.compose.runtime:runtime-livedata:$version "
Original file line number Diff line number Diff line change @@ -90,12 +90,12 @@ dependencies {
90
90
implementation " androidx.compose.ui:ui-tooling:$compose_version "
91
91
implementation " androidx.compose.runtime:runtime-livedata:$compose_version "
92
92
93
- implementation " com.google.accompanist:accompanist-swiperefresh:0.7.2-SNAPSHOT "
93
+ implementation " com.google.accompanist:accompanist-swiperefresh:0.8.0 "
94
94
95
95
implementation ' androidx.appcompat:appcompat:1.3.0-rc01'
96
96
implementation ' androidx.activity:activity-ktx:1.2.2'
97
97
implementation ' androidx.core:core-ktx:1.6.0-alpha01'
98
- implementation " androidx.activity:activity-compose:1.3.0-alpha06 "
98
+ implementation " androidx.activity:activity-compose:1.3.0-alpha07 "
99
99
100
100
implementation " androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.0"
101
101
implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.3.1"
Original file line number Diff line number Diff line change 16
16
17
17
buildscript {
18
18
ext. kotlin_version = ' 1.4.32'
19
- ext. compose_version = ' 1.0.0-SNAPSHOT '
19
+ ext. compose_version = ' 1.0.0-beta05 '
20
20
ext. coroutines_version = ' 1.4.2'
21
21
22
22
repositories {
@@ -38,7 +38,6 @@ subprojects {
38
38
repositories {
39
39
google()
40
40
jcenter()
41
- maven { url " https://androidx.dev/snapshots/builds/7285231/artifacts/repository/" }
42
41
43
42
// Needed for Accompanist SwipeRefresh snapshot
44
43
maven { url ' https://oss.sonatype.org/content/repositories/snapshots' }
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
- const val version = " 0.7.2-SNAPSHOT "
30
+ const val version = " 0.8.0 "
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 "
@@ -65,16 +65,16 @@ object Libs {
65
65
const val coreKtx = " androidx.core:core-ktx:1.6.0-alpha01"
66
66
67
67
object Activity {
68
- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
68
+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
69
69
}
70
70
71
71
object Constraint {
72
72
const val constraintLayoutCompose = " androidx.constraintlayout:constraintlayout-compose:1.0.0-alpha05"
73
73
}
74
74
75
75
object Compose {
76
- private const val snapshot = " 7285231 "
77
- private const val version = " 1.0.0-SNAPSHOT "
76
+ private const val snapshot = " "
77
+ private const val version = " 1.0.0-beta05 "
78
78
79
79
@get:JvmStatic
80
80
val snapshotUrl: String
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
- const val version = " 0.7.2-SNAPSHOT "
32
+ const val version = " 0.8.0 "
33
33
const val insets = " com.google.accompanist:accompanist-insets:$version "
34
34
}
35
35
@@ -52,12 +52,12 @@ object Libs {
52
52
const val coreKtx = " androidx.core:core-ktx:1.6.0-alpha01"
53
53
54
54
object Activity {
55
- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
55
+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
56
56
}
57
57
58
58
object Compose {
59
- const val snapshot = " 7285231 "
60
- const val version = " 1.0.0-SNAPSHOT "
59
+ const val snapshot = " "
60
+ const val version = " 1.0.0-beta05 "
61
61
62
62
const val foundation = " androidx.compose.foundation:foundation:$version "
63
63
const val layout = " androidx.compose.foundation:foundation-layout:$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-alpha14"
25
25
26
26
object Accompanist {
27
- const val version = " 0.7.2-SNAPSHOT "
27
+ const val version = " 0.8.0 "
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,8 +47,8 @@ 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 = " 7285231 "
51
- const val version = " 1.0.0-SNAPSHOT "
50
+ const val snapshot = " "
51
+ const val version = " 1.0.0-beta05 "
52
52
53
53
const val foundation = " androidx.compose.foundation:foundation:${version} "
54
54
const val layout = " androidx.compose.foundation:foundation-layout:${version} "
@@ -63,7 +63,7 @@ object Libs {
63
63
}
64
64
65
65
object Activity {
66
- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
66
+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
67
67
}
68
68
69
69
object Lifecycle {
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
- const val version = " 0.7.2-SNAPSHOT "
32
+ const val version = " 0.8.0 "
33
33
const val coil = " com.google.accompanist:accompanist-coil:$version "
34
34
}
35
35
@@ -58,12 +58,12 @@ object Libs {
58
58
}
59
59
60
60
object Activity {
61
- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
61
+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
62
62
}
63
63
64
64
object Compose {
65
- const val snapshot = " 7285231 "
66
- const val version = " 1.0.0-SNAPSHOT "
65
+ const val snapshot = " "
66
+ const val version = " 1.0.0-beta05 "
67
67
68
68
@get:JvmStatic
69
69
val snapshotUrl: String
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-alpha14"
25
25
26
26
object Accompanist {
27
- const val version = " 0.7.2-SNAPSHOT "
27
+ const val version = " 0.8.0 "
28
28
const val coil = " com.google.accompanist:accompanist-coil:$version "
29
29
const val insets = " com.google.accompanist:accompanist-insets:$version "
30
30
}
@@ -53,12 +53,12 @@ object Libs {
53
53
const val navigation = " androidx.navigation:navigation-compose:1.0.0-alpha10"
54
54
55
55
object Activity {
56
- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
56
+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
57
57
}
58
58
59
59
object Compose {
60
- const val snapshot = " 7285231 "
61
- const val version = " 1.0.0-SNAPSHOT "
60
+ const val snapshot = " "
61
+ const val version = " 1.0.0-beta05 "
62
62
63
63
const val animation = " androidx.compose.animation:animation:$version "
64
64
const val foundation = " androidx.compose.foundation:foundation:$version "
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ object Libs {
45
45
const val coreKtx = " androidx.core:core-ktx:1.6.0-alpha01"
46
46
47
47
object Activity {
48
- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
48
+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
49
49
}
50
50
51
51
object Compose {
52
- const val snapshot = " 7285231 "
53
- const val version = " 1.0.0-SNAPSHOT "
52
+ const val snapshot = " "
53
+ const val version = " 1.0.0-beta05 "
54
54
55
55
const val core = " androidx.compose.ui:ui:$version "
56
56
const val foundation = " androidx.compose.foundation:foundation:$version "
You can’t perform that action at this time.
0 commit comments