Skip to content

Commit 4742881

Browse files
Update all dependencies
1 parent 910976e commit 4742881

File tree

31 files changed

+40
-40
lines changed

31 files changed

+40
-40
lines changed

.github/workflows/AccessibilityCodelab.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Generate cache key
3636
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3737

38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.gradle/caches/modules-*

.github/workflows/AdvancedStateAndSideEffectsCodelab.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Generate cache key
3636
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3737

38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.gradle/caches/modules-*
@@ -48,14 +48,14 @@ jobs:
4848
run: ./gradlew assembleDebug lintDebug --stacktrace
4949

5050
- name: Upload build outputs (APKs)
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: build-outputs
5454
path: ${{ env.SAMPLE_PATH }}/app/build/outputs
5555

5656
- name: Upload build reports
5757
if: always()
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: build-reports
6161
path: ${{ env.SAMPLE_PATH }}/app/build/reports
@@ -84,7 +84,7 @@ jobs:
8484
- name: Generate cache key
8585
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
8686

87-
- uses: actions/cache@v3
87+
- uses: actions/cache@v4
8888
with:
8989
path: |
9090
~/.gradle/caches/modules-*
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Upload test reports
106106
if: always()
107-
uses: actions/upload-artifact@v3
107+
uses: actions/upload-artifact@v4
108108
with:
109109
name: test-reports
110110
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/AnimationCodelab.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate cache key
3535
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*

.github/workflows/BasicLayoutsCodelab.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate cache key
3535
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*

.github/workflows/BasicStateCodelab.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate cache key
3535
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*

.github/workflows/BasicsCodelab.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate cache key
3535
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*

.github/workflows/MigrationCodelab.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Generate cache key
3636
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3737

38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.gradle/caches/modules-*
@@ -48,14 +48,14 @@ jobs:
4848
run: ./gradlew assembleDebug lintDebug --stacktrace
4949

5050
- name: Upload build outputs (APKs)
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: build-outputs
5454
path: ${{ env.SAMPLE_PATH }}/app/build/outputs
5555

5656
- name: Upload build reports
5757
if: always()
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: build-reports
6161
path: ${{ env.SAMPLE_PATH }}/app/build/reports
@@ -84,7 +84,7 @@ jobs:
8484
- name: Generate cache key
8585
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
8686

87-
- uses: actions/cache@v3
87+
- uses: actions/cache@v4
8888
with:
8989
path: |
9090
~/.gradle/caches/modules-*
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Upload test reports
106106
if: always()
107-
uses: actions/upload-artifact@v3
107+
uses: actions/upload-artifact@v4
108108
with:
109109
name: test-reports
110110
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/NavigationCodelab.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Generate cache key
3636
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3737

38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.gradle/caches/modules-*

.github/workflows/TestingCodelab.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Generate cache key
3636
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3737

38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.gradle/caches/modules-*

.github/workflows/ThemingCodelab.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate cache key
3535
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*

AccessibilityCodelab/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ android {
8080
}
8181

8282
composeOptions {
83-
kotlinCompilerExtensionVersion '1.5.7'
83+
kotlinCompilerExtensionVersion '1.5.8'
8484
}
8585

8686
packagingOptions {

AccessibilityCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
}
2828

2929
plugins {
30-
id 'com.diffplug.spotless' version '6.23.3'
30+
id 'com.diffplug.spotless' version '6.24.0'
3131
}
3232

3333
subprojects {

AdaptiveUICodelab/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
compose true
5454
}
5555
composeOptions {
56-
kotlinCompilerExtensionVersion '1.5.7'
56+
kotlinCompilerExtensionVersion '1.5.8'
5757
}
5858
packagingOptions {
5959
resources {

AdvancedStateAndSideEffectsCodelab/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ android {
8484
}
8585

8686
composeOptions {
87-
kotlinCompilerExtensionVersion '1.5.7'
87+
kotlinCompilerExtensionVersion '1.5.8'
8888
}
8989

9090
packagingOptions {

AdvancedStateAndSideEffectsCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
}
2828

2929
plugins {
30-
id 'com.diffplug.spotless' version '6.23.3'
30+
id 'com.diffplug.spotless' version '6.24.0'
3131
}
3232

3333
subprojects {

AnimationCodelab/finished/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
jvmTarget = '1.8'
4141
}
4242
composeOptions {
43-
kotlinCompilerExtensionVersion '1.5.7'
43+
kotlinCompilerExtensionVersion '1.5.8'
4444
}
4545
}
4646

AnimationCodelab/start/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
jvmTarget = '1.8'
4141
}
4242
composeOptions {
43-
kotlinCompilerExtensionVersion '1.5.7'
43+
kotlinCompilerExtensionVersion '1.5.8'
4444
}
4545
}
4646

BasicLayoutsCodelab/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
compose true
5454
}
5555
composeOptions {
56-
kotlinCompilerExtensionVersion '1.5.7'
56+
kotlinCompilerExtensionVersion '1.5.8'
5757
}
5858
packagingOptions {
5959
resources {

BasicLayoutsCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildscript {
2626
}
2727

2828
plugins {
29-
id 'com.diffplug.spotless' version '6.23.3'
29+
id 'com.diffplug.spotless' version '6.24.0'
3030
}
3131

3232
subprojects {

BasicStateCodelab/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ android {
5656
compose = true
5757
}
5858
composeOptions {
59-
kotlinCompilerExtensionVersion = "1.5.7"
59+
kotlinCompilerExtensionVersion = "1.5.8"
6060
}
6161
packaging {
6262
resources {

BasicStateCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildscript {
2626
}
2727

2828
plugins {
29-
id 'com.diffplug.spotless' version '6.23.3'
29+
id 'com.diffplug.spotless' version '6.24.0'
3030
}
3131

3232
subprojects {

BasicsCodelab/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ android {
5656
compose = true
5757
}
5858
composeOptions {
59-
kotlinCompilerExtensionVersion = "1.5.7"
59+
kotlinCompilerExtensionVersion = "1.5.8"
6060
}
6161
packaging {
6262
resources {

MigrationCodelab/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
compose true
5151
}
5252
composeOptions {
53-
kotlinCompilerExtensionVersion '1.5.7'
53+
kotlinCompilerExtensionVersion '1.5.8'
5454
}
5555
packagingOptions {
5656
// Multiple dependency bring these files in. Exclude them to enable
@@ -105,7 +105,7 @@ dependencies {
105105
androidTestImplementation "androidx.test.uiautomator:uiautomator:2.2.0"
106106
androidTestImplementation "androidx.work:work-testing:2.9.0"
107107
androidTestImplementation "com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:4.1.0"
108-
androidTestImplementation "com.google.truth:truth:1.2.0"
108+
androidTestImplementation "com.google.truth:truth:1.3.0"
109109
androidTestImplementation "androidx.compose.ui:ui-test-junit4"
110110
testImplementation "junit:junit:4.13.2"
111111
}

MigrationCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828
}
2929

3030
plugins {
31-
id 'com.diffplug.spotless' version '6.23.3'
31+
id 'com.diffplug.spotless' version '6.24.0'
3232
}
3333

3434
allprojects {

NavigationCodelab/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969
}
7070

7171
composeOptions {
72-
kotlinCompilerExtensionVersion '1.5.7'
72+
kotlinCompilerExtensionVersion '1.5.8'
7373
}
7474

7575
packagingOptions {

NavigationCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
}
2828

2929
plugins {
30-
id 'com.diffplug.spotless' version '6.23.3'
30+
id 'com.diffplug.spotless' version '6.24.0'
3131
}
3232

3333
subprojects {

TestingCodelab/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ android {
7676
}
7777

7878
composeOptions {
79-
kotlinCompilerExtensionVersion '1.5.7'
79+
kotlinCompilerExtensionVersion '1.5.8'
8080
}
8181

8282
packagingOptions {

TestingCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
}
2828

2929
plugins {
30-
id 'com.diffplug.spotless' version '6.23.3'
30+
id 'com.diffplug.spotless' version '6.24.0'
3131
}
3232

3333
subprojects {

ThemingCodelab/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ android {
8080
}
8181

8282
composeOptions {
83-
kotlinCompilerExtensionVersion '1.5.7'
83+
kotlinCompilerExtensionVersion '1.5.8'
8484
}
8585

8686
packagingOptions {

ThemingCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
}
2828

2929
plugins {
30-
id 'com.diffplug.spotless' version '6.23.3'
30+
id 'com.diffplug.spotless' version '6.24.0'
3131
}
3232

3333
subprojects {

ThemingCodelabM2/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
compose true
4242
}
4343
composeOptions {
44-
kotlinCompilerExtensionVersion '1.5.7'
44+
kotlinCompilerExtensionVersion '1.5.8'
4545
}
4646
}
4747

0 commit comments

Comments
 (0)