Skip to content

Commit 439aeae

Browse files
Update all dependencies
1 parent 684b30b commit 439aeae

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v5
3232
- name: set up JDK 21
33-
uses: actions/setup-java@v4
33+
uses: actions/setup-java@v5
3434
with:
3535
distribution: 'jetbrains'
3636
java-version: '21'
@@ -39,7 +39,7 @@ jobs:
3939
- name: Zip artifacts
4040
run: zip -r assemble.zip . -i '**/build/*.apk' '**/build/*.aab' '**/build/*.aar' '**/build/*.so'
4141
- name: Upload artifacts
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: assemble
4545
path: assemble.zip

ManagedConfigurations/gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
# limitations under the License.
1414

1515
[versions]
16-
agp = "8.9.2"
17-
kotlin = "2.1.0"
18-
coreKtx = "1.16.0"
16+
agp = "8.13.0"
17+
kotlin = "2.2.21"
18+
coreKtx = "1.17.0"
1919
junit = "4.13.2"
20-
junitVersion = "1.2.1"
21-
espressoCore = "3.6.1"
22-
appcompat = "1.7.0"
23-
material = "1.12.0"
24-
activity = "1.10.1"
20+
junitVersion = "1.3.0"
21+
espressoCore = "3.7.0"
22+
appcompat = "1.7.1"
23+
material = "1.13.0"
24+
activity = "1.11.0"
2525
constraintlayout = "2.2.1"
2626
enterprise = "1.1.0"
2727

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Sep 24 15:13:10 JST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

Work-profile-codelab/gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
# limitations under the License.
1414

1515
[versions]
16-
agp = "8.8.0"
17-
kotlin = "2.0.21"
18-
coreKtx = "1.15.0"
16+
agp = "8.13.0"
17+
kotlin = "2.2.21"
18+
coreKtx = "1.17.0"
1919
junit = "4.13.2"
20-
junitVersion = "1.2.1"
21-
espressoCore = "3.6.1"
22-
appcompat = "1.7.0"
23-
material = "1.12.0"
24-
activity = "1.9.3"
25-
constraintlayout = "2.2.0"
26-
recyclerview = "1.3.2"
20+
junitVersion = "1.3.0"
21+
espressoCore = "3.7.0"
22+
appcompat = "1.7.1"
23+
material = "1.13.0"
24+
activity = "1.11.0"
25+
constraintlayout = "2.2.1"
26+
recyclerview = "1.4.0"
2727

2828
[libraries]
2929
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue May 10 13:45:28 JST 2022
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)