mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
Correct error message for invalid configuration in ProGuard Gradle Plugin.
This commit is contained in:
committed by
James Hamilton
parent
a40b8326a1
commit
7b7e4aaafc
@@ -46,7 +46,7 @@ class DefaultProGuardConfiguration private constructor(filename: String) : ProGu
|
||||
ANDROID_RELEASE.filename -> ANDROID_RELEASE
|
||||
ANDROID_RELEASE_OPTIMIZE.filename -> ANDROID_RELEASE_OPTIMIZE
|
||||
else -> throw IllegalArgumentException("""
|
||||
The default ProGuard configuration '$filename' is not invalid.
|
||||
The default ProGuard configuration '$filename' is invalid.
|
||||
|
||||
Choose from:
|
||||
$ANDROID_DEBUG, $ANDROID_RELEASE, $ANDROID_RELEASE_OPTIMIZE
|
||||
|
||||
Reference in New Issue
Block a user