Skip to content

Commit

Permalink
Update default ProGuard version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyTsvetkov committed Jul 25, 2023
1 parent 000ed41 commit 327bcaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.jetbrains.compose.internal.utils.notNullProperty
import org.jetbrains.compose.internal.utils.nullableProperty
import javax.inject.Inject

private const val DEFAULT_PROGUARD_VERSION = "7.2.2"
private const val DEFAULT_PROGUARD_VERSION = "7.3.2"

abstract class ProguardSettings @Inject constructor(
objects: ObjectFactory,
Expand Down

0 comments on commit 327bcaf

Please sign in to comment.