Skip to content

Commit b153fea

Browse files
Update all dependencies
1 parent 684b30b commit b153fea

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 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'

ManagedConfigurations/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
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.10"
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"
20+
junitVersion = "1.3.0"
21+
espressoCore = "3.7.0"
22+
appcompat = "1.7.1"
2323
material = "1.12.0"
2424
activity = "1.10.1"
2525
constraintlayout = "2.2.1"
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.0.0-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

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

Lines changed: 9 additions & 9 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.10"
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"
20+
junitVersion = "1.3.0"
21+
espressoCore = "3.7.0"
22+
appcompat = "1.7.1"
2323
material = "1.12.0"
24-
activity = "1.9.3"
25-
constraintlayout = "2.2.0"
26-
recyclerview = "1.3.2"
24+
activity = "1.10.1"
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.0.0-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)