Skip to content

Commit 3851cff

Browse files
committed
Downgrade R8 and test binary jar
1 parent a455025 commit 3851cff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
- uses: gradle/actions/wrapper-validation@v4
2323
- run: ./gradlew build
24+
- run: build/dependency-tree-diff.jar --help
2425

2526
- uses: actions/upload-artifact@v4
2627
with:

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[libraries]
22
junit = "junit:junit:4.13.2"
33
assertk = "com.willowtreeapps.assertk:assertk:0.28.1"
4-
r8 = "com.android.tools:r8:8.9.35"
4+
r8 = "com.android.tools:r8:8.7.18"
55
kotlin-gradle-plugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0"

0 commit comments

Comments
 (0)