Skip to content

Commit

Permalink
build(deps): adopt android gradle plugin 8.2.1
Browse files Browse the repository at this point in the history
note that the android gradle plugin 8.2-stable series has a defect
that does not allow setting the jacoco version, and pins it at 0.8.8

that is fine in all cases except where you want to use JDK21, which
requires jacoco 0.8.11+.

this will be resolved in android gradle plugin 8.3-stable
  • Loading branch information
mikehardy committed Jan 11, 2024
1 parent 0ab779f commit 56ee00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
ext.androidx_test_version = '1.5.0'
ext.androidx_test_junit_version = '1.1.5'
ext.robolectric_version = '4.11.1'
ext.android_gradle_plugin = "8.1.4"
ext.android_gradle_plugin = "8.2.1"
ext.dokka_version = "1.9.10" // not the same with kotlin version!
ext.uiautomator_version = "2.3.0-beta01"

Expand Down

0 comments on commit 56ee00f

Please sign in to comment.