diff --git a/build.gradle.kts b/build.gradle.kts index f9d2a4e..17137b7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ subprojects { obfuscationdictionary("$dictionariesDir/dictionary.txt") classobfuscationdictionary("$dictionariesDir/classdictionary.txt") adaptclassstrings() - dontwarn("fr.username404.**") + "fr.username404.**".also { dontwarn(it); dontnote(it) } dontwarn("java.**") // Needed for the current version of proguard // Note: dontpreverify() should NOT be used, it will cause errors at runtime useuniqueclassmembernames()