Skip to content

Commit

Permalink
Revert ProGuard default version to 7.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyTsvetkov committed Jul 26, 2023
1 parent 60b8b06 commit ff5da4a
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.3.2"
private const val DEFAULT_PROGUARD_VERSION = "7.2.2"

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

0 comments on commit ff5da4a

Please sign in to comment.