File tree Expand file tree Collapse file tree 15 files changed +29
-29
lines changed
buildSrc/src/main/java/com/example/crane/buildsrc
buildSrc/src/main/java/com/example/jetcaster/buildsrc
src/main/java/com/example/compose/jetchat/buildsrc
buildSrc/src/main/java/com/example/jetsnack/buildsrc
buildSrc/src/main/java/com/example/compose/jetsurvey/buildsrc
buildSrc/src/main/java/com/example/owl/buildsrc Expand file tree Collapse file tree 15 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ buildscript {
31
31
}
32
32
33
33
plugins {
34
- id ' com.diffplug.spotless' version ' 6.6.1 '
34
+ id ' com.diffplug.spotless' version ' 6.7.0 '
35
35
}
36
36
37
37
subprojects {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Versions {
21
21
}
22
22
23
23
object Libs {
24
- const val androidGradlePlugin = " com.android.tools.build:gradle:7.2.0 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:7.2.1 "
25
25
const val secretsGradlePlugin = " com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1"
26
26
const val ktLint = " com.pinterest:ktlint:${Versions .ktlint} "
27
27
@@ -58,7 +58,7 @@ object Libs {
58
58
59
59
object Compose {
60
60
const val snapshot = " "
61
- const val version = " 1.2.0-beta03 "
61
+ const val version = " 1.2.0-rc01 "
62
62
63
63
const val runtime = " androidx.compose.runtime:runtime:$version "
64
64
const val runtimeLivedata = " androidx.compose.runtime:runtime-livedata:$version "
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ dependencies {
96
96
implementation " androidx.compose.foundation:foundation-layout:$compose_version "
97
97
implementation " androidx.compose.material:material:$compose_version "
98
98
implementation " androidx.compose.material:material-icons-extended:$compose_version "
99
- implementation " androidx.compose.material3:material3-window-size-class:1.0.0-alpha12 "
99
+ implementation " androidx.compose.material3:material3-window-size-class:1.0.0-alpha13 "
100
100
implementation " androidx.compose.foundation:foundation:$compose_version "
101
101
implementation " androidx.compose.animation:animation:$compose_version "
102
102
implementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
@@ -106,9 +106,9 @@ dependencies {
106
106
implementation " com.google.accompanist:accompanist-swiperefresh:$accompanist_version "
107
107
implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
108
108
109
- implementation ' androidx.appcompat:appcompat:1.4.1 '
109
+ implementation ' androidx.appcompat:appcompat:1.4.2 '
110
110
implementation ' androidx.activity:activity-ktx:1.4.0'
111
- implementation ' androidx.core:core-ktx:1.7 .0'
111
+ implementation ' androidx.core:core-ktx:1.8 .0'
112
112
implementation " androidx.activity:activity-compose:1.4.0"
113
113
114
114
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1"
Original file line number Diff line number Diff line change 16
16
17
17
buildscript {
18
18
ext. kotlin_version = ' 1.6.21'
19
- ext. compose_version = ' 1.2.0-beta03 '
19
+ ext. compose_version = ' 1.2.0-rc01 '
20
20
ext. compose_snapshot_version = ' '
21
21
ext. coroutines_version = ' 1.6.0'
22
- ext. accompanist_version = ' 0.24.10-beta '
22
+ ext. accompanist_version = ' 0.24.11-rc '
23
23
24
24
repositories {
25
25
google()
26
26
mavenCentral()
27
27
}
28
28
29
29
dependencies {
30
- classpath ' com.android.tools.build:gradle:7.2.0 '
30
+ classpath ' com.android.tools.build:gradle:7.2.1 '
31
31
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
32
32
}
33
33
}
34
34
35
35
plugins {
36
- id ' com.diffplug.spotless' version ' 6.6.1 '
36
+ id ' com.diffplug.spotless' version ' 6.7.0 '
37
37
}
38
38
39
39
subprojects {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ buildscript {
30
30
}
31
31
32
32
plugins {
33
- id ' com.diffplug.spotless' version ' 6.6.1 '
33
+ id ' com.diffplug.spotless' version ' 6.7.0 '
34
34
}
35
35
36
36
subprojects {
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ object Versions {
21
21
}
22
22
23
23
object Libs {
24
- const val androidGradlePlugin = " com.android.tools.build:gradle:7.2.0 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:7.2.1 "
25
25
const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.1.5"
26
26
27
27
object Accompanist {
28
- const val version = " 0.24.10-beta "
28
+ const val version = " 0.24.11-rc "
29
29
const val pager = " com.google.accompanist:accompanist-pager:$version "
30
30
}
31
31
@@ -70,7 +70,7 @@ object Libs {
70
70
71
71
object Compose {
72
72
const val snapshot = " "
73
- const val version = " 1.2.0-beta03 "
73
+ const val version = " 1.2.0-rc01 "
74
74
75
75
@get:JvmStatic
76
76
val snapshotUrl: String
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ buildscript {
32
32
}
33
33
34
34
plugins {
35
- id ' com.diffplug.spotless' version ' 6.6.1 '
35
+ id ' com.diffplug.spotless' version ' 6.7.0 '
36
36
}
37
37
38
38
subprojects {
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
repositories {
18
- jcenter ()
18
+ mavenCentral ()
19
19
}
20
20
21
21
plugins {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Versions {
21
21
}
22
22
23
23
object Libs {
24
- const val androidGradlePlugin = " com.android.tools.build:gradle:7.2.0 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:7.2.1 "
25
25
const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.1.5"
26
26
27
27
const val junit = " junit:junit:4.13"
@@ -52,7 +52,7 @@ object Libs {
52
52
53
53
object Compose {
54
54
const val snapshot = " "
55
- const val version = " 1.2.0-beta03 "
55
+ const val version = " 1.2.0-rc01 "
56
56
57
57
const val foundation = " androidx.compose.foundation:foundation:$version "
58
58
const val layout = " androidx.compose.foundation:foundation-layout:$version "
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ buildscript {
29
29
}
30
30
31
31
plugins {
32
- id ' com.diffplug.spotless' version ' 6.6.1 '
32
+ id ' com.diffplug.spotless' version ' 6.7.0 '
33
33
id ' com.android.test' version ' 7.2.0' apply false
34
34
id ' org.jetbrains.kotlin.android' version ' 1.6.21' apply false
35
35
}
You can’t perform that action at this time.
0 commit comments