Skip to content

Commit 4f49e24

Browse files
authored
Merge branch 'main' into dependabot/gradle/org.jetbrains.dokka-1.9.20
2 parents d2623e1 + 676244d commit 4f49e24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/baseline-profile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Sets gradle up
4747
- name: Setup Gradle
48-
uses: gradle/gradle-build-action@v3.1.0
48+
uses: gradle/gradle-build-action@v3.3.2
4949

5050
# Grants execute permission to gradle (safety step)
5151
- name: Grant Permissions to gradlew

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
agp = "8.2.2"
33
dokka = "1.9.20"
4-
kotlin = "1.9.22"
4+
kotlin = "2.0.0"
55
kotlinBinaryCompatibility = "0.14.0"
66
jvmTarget = "11"
7-
nexusPlugin = "0.26.0"
7+
nexusPlugin = "0.28.0"
88
androidxMaterial = "1.9.0"
99
androidxAppcompat = "1.6.1"
1010
androidxMacroBenchmark = "1.2.3"

0 commit comments

Comments
 (0)