mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-07-07 00:09:46 +03:00
[ANY] Renames proguard directory for libraries
Renames the 'proguard' directory to 'proguard-libraries' for better clarity and organization of library-related Proguard files.
This commit is contained in:
parent
846ab77795
commit
bd0423460f
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
|||
|
||||
tasks.register('dumpProguard', Copy) {
|
||||
duplicatesStrategy = 'EXCLUDE'
|
||||
into "$buildDir/libs/proguard"
|
||||
into "$buildDir/libs/proguard-libraries"
|
||||
from configurations.proguardPack
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue