Reenabling minify

This commit is contained in:
hajdam
2024-11-07 14:38:37 +01:00
parent 7012192995
commit 98cceb8184
8 changed files with 260 additions and 153 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.7.1' apply false
id 'com.android.library' version '8.7.1' apply false
id 'com.android.application' version '8.7.2' apply false
id 'com.android.library' version '8.7.2' apply false
}
task clean(type: Delete) {