File tree 28 files changed +31
-31
lines changed
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
buildSrc/src/main/java/com/example/compose/jetsurvey/buildsrc
buildSrc/src/main/java/com/example/owl/buildsrc
28 files changed +31
-31
lines changed 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 ' 5.12.4 '
33
+ id ' com.diffplug.spotless' version ' 5.14.2 '
34
34
}
35
35
36
36
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.0.0-beta05 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.0-rc01 "
25
25
const val ktLint = " com.pinterest:ktlint:${Versions .ktLint} "
26
26
27
27
object GoogleMaps {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ buildscript {
26
26
}
27
27
28
28
dependencies {
29
- classpath ' com.android.tools.build:gradle:7.0.0-beta05 '
29
+ classpath ' com.android.tools.build:gradle:7.0.0-rc01 '
30
30
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
31
31
}
32
32
}
33
33
34
34
plugins {
35
- id ' com.diffplug.spotless' version ' 5.11.1 '
35
+ id ' com.diffplug.spotless' version ' 5.14.2 '
36
36
}
37
37
38
38
subprojects {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
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 ' 5.11.1 '
33
+ id ' com.diffplug.spotless' version ' 5.14.2 '
34
34
}
35
35
36
36
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.0.0-beta05 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.0-rc01 "
25
25
const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.0.9"
26
26
27
27
object Accompanist {
@@ -38,7 +38,7 @@ object Libs {
38
38
}
39
39
40
40
object Coroutines {
41
- private const val version = " 1.4.2 "
41
+ private const val version = " 1.5.1 "
42
42
const val core = " org.jetbrains.kotlinx:kotlinx-coroutines-core:$version "
43
43
const val android = " org.jetbrains.kotlinx:kotlinx-coroutines-android:$version "
44
44
const val test = " org.jetbrains.kotlinx:kotlinx-coroutines-test:$version "
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ case "`uname`" in
72
72
Darwin* )
73
73
darwin=true
74
74
;;
75
- MINGW* )
75
+ MSYS * | MINGW* )
76
76
msys=true
77
77
;;
78
78
NONSTOP* )
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 ' 5.11.1 '
35
+ id ' com.diffplug.spotless' version ' 5.14.2 '
36
36
}
37
37
38
38
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.0.0-beta05 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.0-rc01 "
25
25
const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.0.9"
26
26
27
27
const val junit = " junit:junit:4.13"
@@ -41,7 +41,7 @@ object Libs {
41
41
}
42
42
43
43
object Coroutines {
44
- private const val version = " 1.4.2 "
44
+ private const val version = " 1.5.1 "
45
45
const val core = " org.jetbrains.kotlinx:kotlinx-coroutines-core:$version "
46
46
const val android = " org.jetbrains.kotlinx:kotlinx-coroutines-android:$version "
47
47
const val test = " org.jetbrains.kotlinx:kotlinx-coroutines-test:$version "
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ case "`uname`" in
72
72
Darwin* )
73
73
darwin=true
74
74
;;
75
- MINGW* )
75
+ MSYS * | MINGW* )
76
76
msys=true
77
77
;;
78
78
NONSTOP* )
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 ' 5.11.1 '
32
+ id ' com.diffplug.spotless' version ' 5.14.2 '
33
33
}
34
34
35
35
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.0.0-beta05 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.0-rc01 "
25
25
26
26
object Accompanist {
27
27
const val version = " 0.14.0"
@@ -37,7 +37,7 @@ object Libs {
37
37
}
38
38
39
39
object Coroutines {
40
- private const val version = " 1.4 .1"
40
+ private const val version = " 1.5 .1"
41
41
const val core = " org.jetbrains.kotlinx:kotlinx-coroutines-core:$version "
42
42
const val android = " org.jetbrains.kotlinx:kotlinx-coroutines-android:$version "
43
43
const val test = " org.jetbrains.kotlinx:kotlinx-coroutines-test:$version "
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ case "`uname`" in
72
72
Darwin* )
73
73
darwin=true
74
74
;;
75
- MINGW* )
75
+ MSYS * | MINGW* )
76
76
msys=true
77
77
;;
78
78
NONSTOP* )
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 ' 5.11.1 '
32
+ id ' com.diffplug.spotless' version ' 5.14.2 '
33
33
}
34
34
35
35
subprojects {
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ object Versions {
21
21
}
22
22
23
23
object Libs {
24
- const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.0-beta05 "
25
- const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.0.9 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.0-rc01 "
25
+ const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.1.5 "
26
26
27
27
const val junit = " junit:junit:4.13"
28
28
@@ -41,7 +41,7 @@ object Libs {
41
41
}
42
42
43
43
object Coroutines {
44
- private const val version = " 1.4 .1"
44
+ private const val version = " 1.5 .1"
45
45
const val core = " org.jetbrains.kotlinx:kotlinx-coroutines-core:$version "
46
46
const val android = " org.jetbrains.kotlinx:kotlinx-coroutines-android:$version "
47
47
const val test = " org.jetbrains.kotlinx:kotlinx-coroutines-test:$version "
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
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 ' 5.12.4 '
32
+ id ' com.diffplug.spotless' version ' 5.14.2 '
33
33
}
34
34
35
35
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.0.0-beta05 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.0-rc01 "
25
25
26
26
object Accompanist {
27
27
const val version = " 0.14.0"
@@ -36,7 +36,7 @@ object Libs {
36
36
}
37
37
38
38
object Coroutines {
39
- private const val version = " 1.4.2 "
39
+ private const val version = " 1.5.1 "
40
40
const val core = " org.jetbrains.kotlinx:kotlinx-coroutines-core:$version "
41
41
const val android = " org.jetbrains.kotlinx:kotlinx-coroutines-android:$version "
42
42
const val test = " org.jetbrains.kotlinx:kotlinx-coroutines-test:$version "
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ case "`uname`" in
72
72
Darwin* )
73
73
darwin=true
74
74
;;
75
- MINGW* )
75
+ MSYS * | MINGW* )
76
76
msys=true
77
77
;;
78
78
NONSTOP* )
You can’t perform that action at this time.
0 commit comments