File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ object Libs {
37
37
}
38
38
39
39
object Accompanist {
40
- const val version = " 0.13.0.compose-7489673 -SNAPSHOT"
40
+ const val version = " 0.13.0.compose-7506689 -SNAPSHOT"
41
41
const val coil = " com.google.accompanist:accompanist-coil:$version "
42
42
const val insets = " com.google.accompanist:accompanist-insets:$version "
43
43
}
@@ -63,7 +63,7 @@ object Libs {
63
63
const val appcompat = " androidx.appcompat:appcompat:1.3.0"
64
64
65
65
object Compose {
66
- const val snapshot = " 7489673 "
66
+ const val snapshot = " 7506689 "
67
67
const val version = " 1.0.0-SNAPSHOT"
68
68
69
69
const val runtime = " androidx.compose.runtime:runtime:$version "
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript {
18
18
ext. kotlin_version = ' 1.5.10'
19
19
ext. compose_version = ' 1.0.0-SNAPSHOT'
20
20
ext. coroutines_version = ' 1.4.2'
21
- ext. accompanist_version = ' 0.13.0.compose-7489673 -SNAPSHOT'
21
+ ext. accompanist_version = ' 0.13.0.compose-7506689 -SNAPSHOT'
22
22
23
23
repositories {
24
24
google()
@@ -40,7 +40,7 @@ subprojects {
40
40
google()
41
41
mavenCentral()
42
42
// Compose snapshot
43
- maven { url ' https://androidx.dev/snapshots/builds/7489673 /artifacts/repository/' }
43
+ maven { url ' https://androidx.dev/snapshots/builds/7506689 /artifacts/repository/' }
44
44
// Accompanist snapshot
45
45
maven { url ' https://oss.sonatype.org/content/repositories/snapshots' }
46
46
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object Libs {
25
25
const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.0.9"
26
26
27
27
object Accompanist {
28
- const val version = " 0.13.0.compose-7489673 -SNAPSHOT"
28
+ const val version = " 0.13.0.compose-7506689 -SNAPSHOT"
29
29
const val coil = " com.google.accompanist:accompanist-coil:$version "
30
30
const val insets = " com.google.accompanist:accompanist-insets:$version "
31
31
const val pager = " com.google.accompanist:accompanist-pager:$version "
@@ -71,7 +71,7 @@ object Libs {
71
71
}
72
72
73
73
object Compose {
74
- const val snapshot = " 7489673 "
74
+ const val snapshot = " 7506689 "
75
75
const val version = " 1.0.0-SNAPSHOT"
76
76
77
77
@get:JvmStatic
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.13.0.compose-7489673 -SNAPSHOT"
32
+ const val version = " 0.13.0.compose-7506689 -SNAPSHOT"
33
33
const val insets = " com.google.accompanist:accompanist-insets:$version "
34
34
}
35
35
@@ -56,7 +56,7 @@ object Libs {
56
56
}
57
57
58
58
object Compose {
59
- const val snapshot = " 7489673 "
59
+ const val snapshot = " 7506689 "
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-beta04"
25
25
26
26
object Accompanist {
27
- const val version = " 0.13.0.compose-7489673 -SNAPSHOT"
27
+ const val version = " 0.13.0.compose-7506689 -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
const val systemuicontroller = " com.google.accompanist:accompanist-systemuicontroller:$version "
@@ -48,7 +48,7 @@ object Libs {
48
48
const val coreKtx = " androidx.core:core-ktx:1.6.0-alpha03"
49
49
50
50
object Compose {
51
- const val snapshot = " 7489673 "
51
+ const val snapshot = " 7506689 "
52
52
const val version = " 1.0.0-SNAPSHOT"
53
53
54
54
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
- const val version = " 0.13.0.compose-7489673 -SNAPSHOT"
32
+ const val version = " 0.13.0.compose-7506689 -SNAPSHOT"
33
33
const val coil = " com.google.accompanist:accompanist-coil:$version "
34
34
const val permissions = " com.google.accompanist:accompanist-permissions:$version "
35
35
}
@@ -63,7 +63,7 @@ object Libs {
63
63
}
64
64
65
65
object Compose {
66
- const val snapshot = " 7489673 "
66
+ const val snapshot = " 7506689 "
67
67
const val version = " 1.0.0-SNAPSHOT"
68
68
69
69
@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-beta04"
25
25
26
26
object Accompanist {
27
- const val version = " 0.13.0.compose-7489673 -SNAPSHOT"
27
+ const val version = " 0.13.0.compose-7506689 -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
}
@@ -57,7 +57,7 @@ object Libs {
57
57
}
58
58
59
59
object Compose {
60
- const val snapshot = " 7489673 "
60
+ const val snapshot = " 7506689 "
61
61
const val version = " 1.0.0-SNAPSHOT"
62
62
63
63
const val animation = " androidx.compose.animation:animation:$version "
You can’t perform that action at this time.
0 commit comments