updated build.gradle

This commit is contained in:
Dario Ghunney Ware
2025-06-05 11:02:40 +01:00
parent 392a10a8c1
commit 5a50947e5e
3 changed files with 16 additions and 12 deletions
+1
View File
@@ -354,6 +354,7 @@ spotless {
java {
target sourceSets.main.allJava
target project(':common').sourceSets.main.allJava
target project(':proprietary').sourceSets.main.allJava
googleJavaFormat("1.27.0").aosp().reorderImports(false)