Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[All - main] Update to Compose Compiler 1.3.2 #288

Merged
merged 1 commit into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AccessibilityCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

buildscript {
ext.kotlin_version = '1.7.10'
ext.composeCompiler_version = '1.3.0'
ext.kotlin_version = '1.7.20'
ext.composeCompiler_version = '1.3.2'
ext.compose_version = '1.2.1'
ext.coroutines_version = '1.6.4'
ext.accompanist_version = '0.25.1'
Expand Down
4 changes: 2 additions & 2 deletions AdaptiveUICodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

buildscript {
ext {
kotlin_version = '1.7.10'
composeCompiler_version = '1.3.0'
kotlin_version = '1.7.20'
composeCompiler_version = '1.3.2'
compose_version = '1.2.1'
coroutines_version = '1.6.4'
agp_version = "7.2.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object Libs {
}

object Kotlin {
private const val version = "1.7.10"
private const val version = "1.7.20"
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$version"
const val gradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:$version"
const val extensions = "org.jetbrains.kotlin:kotlin-android-extensions:$version"
Expand All @@ -59,7 +59,7 @@ object Libs {
const val appcompat = "androidx.appcompat:appcompat:1.4.2"

object Compose {
const val compilerVersion = "1.3.0"
const val compilerVersion = "1.3.2"
const val snapshot = ""
const val version = "1.2.1"

Expand Down
4 changes: 2 additions & 2 deletions AnimationCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

buildscript {
ext {
composeCompiler_version = '1.3.0'
composeCompiler_version = '1.3.2'
compose_version = '1.2.1'
kotlin_version = '1.7.10'
kotlin_version = '1.7.20'
}
repositories {
google()
Expand Down
4 changes: 2 additions & 2 deletions BasicLayoutsCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

buildscript {
ext.composeCompiler_version = '1.3.0'
ext.composeCompiler_version = '1.3.2'
ext.compose_version = '1.2.1'
repositories {
google()
Expand All @@ -25,7 +25,7 @@ buildscript {
plugins {
id 'com.android.application' version '7.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
id 'com.diffplug.spotless' version '6.7.0'
}

Expand Down
4 changes: 2 additions & 2 deletions BasicStateCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
*/
buildscript {
ext {
composeCompiler_version = '1.3.0'
composeCompiler_version = '1.3.2'
compose_version = '1.2.1'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
id 'com.diffplug.spotless' version '6.7.0'
}

Expand Down
4 changes: 2 additions & 2 deletions BasicsCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
composeCompiler_version = '1.3.0'
composeCompiler_version = '1.3.2'
compose_version = '1.2.1'
}
ext.kotlin_version = "1.7.10"
ext.kotlin_version = "1.7.20"
repositories {
google()
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions MigrationCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {

// App dependencies
appCompatVersion = '1.4.2'
composeCompilerVersion = '1.3.0'
composeCompilerVersion = '1.3.2'
composeVersion = '1.2.1'
constraintLayoutVersion = '2.1.4'
coreTestingVersion = '2.1.0'
Expand All @@ -36,7 +36,7 @@ buildscript {
gradleVersion = '7.2.2'
gsonVersion = '2.9.0'
junitVersion = '4.13.2'
kotlinVersion = '1.7.10'
kotlinVersion = '1.7.20'
ktlintVersion = '0.45.2'
ktxVersion = '1.8.0'
lifecycleVersion = '2.5.0'
Expand Down
4 changes: 2 additions & 2 deletions NavigationCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ buildscript {
// App dependencies
appCompatVersion = '1.4.2'
activityComposeVersion = '1.6.0-alpha03'
composeCompilerVersion = "1.3.0"
composeCompilerVersion = "1.3.2"
composeVersion = '1.2.1'
coreTestingVersion = '2.1.0'
espressoVersion = '3.4.0'
gradleVersion = '7.2.2'
kotlinVersion = '1.7.10'
kotlinVersion = '1.7.20'
ktlintVersion = '0.45.2'
ktxVersion = '1.8.0'
materialVersion = '1.6.1'
Expand Down
4 changes: 2 additions & 2 deletions TestingCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ buildscript {
// App dependencies
appCompatVersion = '1.4.2'
activityComposeVersion = '1.4.0'
composeCompilerVersion = '1.3.0'
composeCompilerVersion = '1.3.2'
composeVersion = '1.2.1'
coreTestingVersion = '2.1.0'
coroutinesVersion = "1.5.2"
espressoVersion = '3.4.0'
fragmentVersion = '1.5.0'
gradleVersion = '7.2.2'
junitVersion = '4.13.1'
kotlinVersion = '1.7.10'
kotlinVersion = '1.7.20'
ktlintVersion = '0.45.2'
ktxVersion = '1.8.0'
lifecycleVersion = '2.3.0'
Expand Down
4 changes: 2 additions & 2 deletions ThemingCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

buildscript {
ext {
composeCompiler_version = '1.3.0'
composeCompiler_version = '1.3.2'
compose_version = '1.2.1'
kotlin_version = '1.7.10'
kotlin_version = '1.7.20'
ktlint_version = '0.45.2'
}
repositories {
Expand Down