Skip to content

Commit

Permalink
Version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JolandaVerhoef committed Aug 11, 2022
1 parent 55140c2 commit 58709e8
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 47 deletions.
10 changes: 5 additions & 5 deletions AccessibilityCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
*/

buildscript {
ext.kotlin_version = '1.7.0'
ext.composeCompiler_version = '1.2.0'
ext.compose_version = '1.2.0'
ext.kotlin_version = '1.7.10'
ext.composeCompiler_version = '1.3.0'
ext.compose_version = '1.2.1'
ext.coroutines_version = '1.6.3'
ext.accompanist_version = '0.25.0'
ext.accompanist_version = '0.25.1'

repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
6 changes: 3 additions & 3 deletions AdaptiveUICodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

buildscript {
ext {
kotlin_version = '1.7.0'
kotlin_version = '1.7.10'
composeCompiler_version = '1.3.0'
compose_version = '1.2.0'
compose_version = '1.2.1'
coroutines_version = '1.6.3'
agp_version = "7.2.1"
agp_version = "7.2.2"
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Versions {
}

object Libs {
const val androidGradlePlugin = "com.android.tools.build:gradle:7.2.1"
const val androidGradlePlugin = "com.android.tools.build:gradle:7.2.2"
const val ktLint = "com.pinterest:ktlint:${Versions.ktLint}"

object GoogleMaps {
Expand All @@ -34,12 +34,12 @@ object Libs {
}

object Accompanist {
const val version = "0.25.0"
const val version = "0.25.1"
const val insets = "com.google.accompanist:accompanist-insets:$version"
}

object Kotlin {
private const val version = "1.7.0"
private const val version = "1.7.10"
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,9 +59,9 @@ object Libs {
const val appcompat = "androidx.appcompat:appcompat:1.4.2"

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

const val runtime = "androidx.compose.runtime:runtime:$version"
const val material = "androidx.compose.material:material:$version"
Expand Down
8 changes: 4 additions & 4 deletions AnimationCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@

buildscript {
ext {
composeCompiler_version = '1.2.0'
compose_version = '1.2.0'
kotlin_version = '1.7.0'
composeCompiler_version = '1.3.0'
compose_version = '1.2.1'
kotlin_version = '1.7.10'
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
10 changes: 5 additions & 5 deletions BasicLayoutsCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
*/

buildscript {
ext.composeCompiler_version = '1.2.0'
ext.compose_version = '1.2.0'
ext.composeCompiler_version = '1.3.0'
ext.compose_version = '1.2.1'
repositories {
google()
mavenCentral()
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
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 'com.diffplug.spotless' version '6.7.0'
}

Expand Down
10 changes: 5 additions & 5 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.2.0'
compose_version = '1.2.0'
composeCompiler_version = '1.3.0'
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.1' apply false
id 'com.android.library' version '7.2.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
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 'com.diffplug.spotless' version '6.7.0'
}

Expand Down
8 changes: 4 additions & 4 deletions BasicsCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
composeCompiler_version = '1.2.0'
compose_version = '1.2.0'
composeCompiler_version = '1.3.0'
compose_version = '1.2.1'
}
ext.kotlin_version = "1.7.0"
ext.kotlin_version = "1.7.10"
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
8 changes: 4 additions & 4 deletions MigrationCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ buildscript {

// App dependencies
appCompatVersion = '1.4.2'
composeCompilerVersion = '1.2.0'
composeVersion = '1.2.0'
composeCompilerVersion = '1.3.0'
composeVersion = '1.2.1'
constraintLayoutVersion = '2.1.4'
coreTestingVersion = '2.1.0'
coroutinesVersion = "1.6.3"
// TODO: Updating to 3.4.0 leads to dependency conflicts
espressoVersion = '3.3.0'
fragmentVersion = '1.5.0'
glideVersion = '4.12.0'
gradleVersion = '7.2.1'
gradleVersion = '7.2.2'
gsonVersion = '2.9.0'
junitVersion = '4.13.2'
kotlinVersion = '1.7.0'
kotlinVersion = '1.7.10'
ktlintVersion = '0.45.2'
ktxVersion = '1.8.0'
lifecycleVersion = '2.5.0'
Expand Down
8 changes: 4 additions & 4 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.2.0"
composeVersion = '1.2.0'
composeCompilerVersion = "1.3.0"
composeVersion = '1.2.1'
coreTestingVersion = '2.1.0'
espressoVersion = '3.4.0'
gradleVersion = '7.2.1'
kotlinVersion = '1.7.0'
gradleVersion = '7.2.2'
kotlinVersion = '1.7.10'
ktlintVersion = '0.45.2'
ktxVersion = '1.8.0'
materialVersion = '1.6.1'
Expand Down
8 changes: 4 additions & 4 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.2.0'
composeVersion = '1.2.0'
composeCompilerVersion = '1.3.0'
composeVersion = '1.2.1'
coreTestingVersion = '2.1.0'
coroutinesVersion = "1.5.2"
espressoVersion = '3.4.0'
fragmentVersion = '1.5.0'
gradleVersion = '7.2.1'
gradleVersion = '7.2.2'
junitVersion = '4.13.1'
kotlinVersion = '1.7.0'
kotlinVersion = '1.7.10'
ktlintVersion = '0.45.2'
ktxVersion = '1.8.0'
lifecycleVersion = '2.3.0'
Expand Down
8 changes: 4 additions & 4 deletions ThemingCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@

buildscript {
ext {
composeCompiler_version = '1.2.0'
compose_version = '1.2.0'
kotlin_version = '1.7.0'
composeCompiler_version = '1.3.0'
compose_version = '1.2.1'
kotlin_version = '1.7.10'
ktlint_version = '0.45.2'
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:7.2.1"
classpath "com.android.tools.build:gradle:7.2.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit 58709e8

Please sign in to comment.