File tree 28 files changed +25
-33
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 +25
-33
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ android {
91
91
}
92
92
93
93
composeOptions {
94
- kotlinCompilerExtensionVersion Libs.AndroidX.Compose . version
94
+ kotlinCompilerExtensionVersion ' 1.1.0-rc02 ' // For Kotlin 1.6.10. Revert with rc03
95
95
}
96
96
97
97
packagingOptions {
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ object Libs {
60
60
61
61
object Compose {
62
62
const val snapshot = " "
63
- const val version = " 1.1.0-rc02 "
63
+ const val version = " 1.1.0-rc01 "
64
64
65
65
const val runtime = " androidx.compose.runtime:runtime:$version "
66
66
const val runtimeLivedata = " androidx.compose.runtime:runtime-livedata:$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.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.2 -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 @@ -79,7 +79,7 @@ android {
79
79
}
80
80
81
81
composeOptions {
82
- kotlinCompilerExtensionVersion compose_version
82
+ kotlinCompilerExtensionVersion ' 1.1.0-rc02 ' // For Kotlin 1.6.10. Revert with rc03
83
83
}
84
84
85
85
packagingOptions {
Original file line number Diff line number Diff line change 16
16
17
17
buildscript {
18
18
ext. kotlin_version = ' 1.6.10'
19
- ext. compose_version = ' 1.1.0-rc02 '
19
+ ext. compose_version = ' 1.1.0-rc01 '
20
20
ext. coroutines_version = ' 1.5.2'
21
21
ext. accompanist_version = ' 0.22.0-rc'
22
22
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.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.2 -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 @@ -88,7 +88,7 @@ android {
88
88
}
89
89
90
90
composeOptions {
91
- kotlinCompilerExtensionVersion Libs.AndroidX.Compose . version
91
+ kotlinCompilerExtensionVersion ' 1.1.0-rc02 ' // For Kotlin 1.6.10. Revert with rc03.
92
92
}
93
93
}
94
94
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ object Libs {
71
71
72
72
object Compose {
73
73
const val snapshot = " "
74
- const val version = " 1.1.0-rc02 "
74
+ const val version = " 1.1.0-rc01 "
75
75
76
76
@get:JvmStatic
77
77
val snapshotUrl: String
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.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ android {
78
78
}
79
79
80
80
composeOptions {
81
- kotlinCompilerExtensionVersion Libs.AndroidX.Compose . version
81
+ kotlinCompilerExtensionVersion ' 1.1.0-rc02 ' // For Kotlin 1.6.10. Revert with rc03.
82
82
}
83
83
84
84
packagingOptions {
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ object Libs {
57
57
58
58
object Compose {
59
59
const val snapshot = " "
60
- const val version = " 1.1.0-rc02 "
60
+ const val version = " 1.1.0-rc01 "
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 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ android {
71
71
}
72
72
73
73
composeOptions {
74
- kotlinCompilerExtensionVersion Libs.AndroidX.Compose . version
74
+ kotlinCompilerExtensionVersion ' 1.1.0-rc02 ' // For Kotlin 1.6.10. Revert with rc03.
75
75
}
76
76
77
77
packagingOptions {
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ object Libs {
49
49
50
50
object Compose {
51
51
const val snapshot = " "
52
- const val version = " 1.1.0-rc02 "
52
+ const val version = " 1.1.0-rc01 "
53
53
54
54
const val foundation = " androidx.compose.foundation:foundation:${version} "
55
55
const val layout = " androidx.compose.foundation:foundation-layout:${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.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ android {
75
75
}
76
76
77
77
composeOptions {
78
- kotlinCompilerExtensionVersion Libs.AndroidX.Compose . version
78
+ kotlinCompilerExtensionVersion ' 1.1.0-rc02 ' // For Kotlin 1.6.10. Revert with rc03.
79
79
}
80
80
81
81
packagingOptions {
Original file line number Diff line number Diff line change @@ -73,12 +73,4 @@ subprojects {
73
73
jvmTarget = " 1.8"
74
74
}
75
75
}
76
- // Forcing to use the snapshot version
77
- configurations. configureEach {
78
- resolutionStrategy. eachDependency { details ->
79
- if (details. requested. group. startsWith(' androidx.compose' )) {
80
- details. useVersion Libs.AndroidX.Compose . version
81
- }
82
- }
83
- }
84
76
}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ object Libs {
34
34
}
35
35
36
36
object Kotlin {
37
- private const val version = " 1.6.1 "
37
+ private const val version = " 1.6.10 "
38
38
const val stdlib = " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$version "
39
39
const val gradlePlugin = " org.jetbrains.kotlin:kotlin-gradle-plugin:$version "
40
40
const val extensions = " org.jetbrains.kotlin:kotlin-android-extensions:$version "
@@ -63,7 +63,7 @@ object Libs {
63
63
64
64
object Compose {
65
65
const val snapshot = " "
66
- const val version = " 1.1.0-rc02 "
66
+ const val version = " 1.1.0-rc01 "
67
67
68
68
@get:JvmStatic
69
69
val snapshotUrl: String
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.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.2 -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 @@ -70,7 +70,7 @@ android {
70
70
}
71
71
72
72
composeOptions {
73
- kotlinCompilerExtensionVersion Libs.AndroidX.Compose . version
73
+ kotlinCompilerExtensionVersion ' 1.1.0-rc02 ' // For Kotlin 1.6.10. Revert with rc03.
74
74
}
75
75
76
76
packagingOptions {
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ object Libs {
57
57
58
58
object Compose {
59
59
const val snapshot = " "
60
- const val version = " 1.1.0-rc02 "
60
+ const val version = " 1.1.0-rc01 "
61
61
62
62
const val animation = " androidx.compose.animation:animation:$version "
63
63
const val foundation = " androidx.compose.foundation:foundation:$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.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments