Skip to content

Commit

Permalink
Move actually to the R8 version in AGP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Oct 6, 2023
1 parent 0efd25e commit 6095377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public class KeeperPlugin : Plugin<Project> {

internal companion object {
const val INTERMEDIATES_DIR = "intermediates/keeper"
const val TRACE_REFERENCES_DEFAULT_VERSION = "8.0.34"
const val TRACE_REFERENCES_DEFAULT_VERSION = "8.1.56"
const val CONFIGURATION_NAME = "keeperR8"
private val MIN_GRADLE_VERSION = GradleVersion.version("8.0")

Expand Down

0 comments on commit 6095377

Please sign in to comment.