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.
1 parent a455025 commit 3851cffCopy full SHA for 3851cff
.github/workflows/build.yaml
@@ -21,6 +21,7 @@ jobs:
21
22
- uses: gradle/actions/wrapper-validation@v4
23
- run: ./gradlew build
24
+ - run: build/dependency-tree-diff.jar --help
25
26
- uses: actions/upload-artifact@v4
27
with:
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[libraries]
2
junit = "junit:junit:4.13.2"
3
assertk = "com.willowtreeapps.assertk:assertk:0.28.1"
4
-r8 = "com.android.tools:r8:8.9.35"
+r8 = "com.android.tools:r8:8.7.18"
5
kotlin-gradle-plugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0"
0 commit comments