From fb787b3be2f170505e7ee678cfddf80cf0e67b98 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Thu, 15 Apr 2021 12:09:08 +0200 Subject: [PATCH] Don't print proguard info about the packages under fr.username404. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()