We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2623e1 + 676244d commit 4f49e24Copy full SHA for 4f49e24
2 files changed
.github/workflows/baseline-profile.yml
@@ -45,7 +45,7 @@ jobs:
45
46
# Sets gradle up
47
- name: Setup Gradle
48
- uses: gradle/gradle-build-action@v3.1.0
+ uses: gradle/gradle-build-action@v3.3.2
49
50
# Grants execute permission to gradle (safety step)
51
- name: Grant Permissions to gradlew
gradle/libs.versions.toml
@@ -1,10 +1,10 @@
1
[versions]
2
agp = "8.2.2"
3
dokka = "1.9.20"
4
-kotlin = "1.9.22"
+kotlin = "2.0.0"
5
kotlinBinaryCompatibility = "0.14.0"
6
jvmTarget = "11"
7
-nexusPlugin = "0.26.0"
+nexusPlugin = "0.28.0"
8
androidxMaterial = "1.9.0"
9
androidxAppcompat = "1.6.1"
10
androidxMacroBenchmark = "1.2.3"
0 commit comments