Skip to content

Commit 3ad0270

Browse files
committed
style: Apply formatting
1 parent 813ec4d commit 3ad0270

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

app/build.gradle.kts

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ android {
5858
}
5959

6060
buildConfigField("long", "BUILD_ID", "0L")
61-
signingConfig = signingConfigs.getByName("debug")
6261
}
6362
}
6463

@@ -73,15 +72,17 @@ android {
7372
}
7473

7574
packaging {
76-
resources.excludes.addAll(listOf(
77-
"/prebuilt/**",
78-
"META-INF/DEPENDENCIES",
79-
"META-INF/**.version",
80-
"DebugProbesKt.bin",
81-
"kotlin-tooling-metadata.json",
82-
"org/bouncycastle/pqc/**.properties",
83-
"org/bouncycastle/x509/**.properties",
84-
))
75+
resources.excludes.addAll(
76+
listOf(
77+
"/prebuilt/**",
78+
"META-INF/DEPENDENCIES",
79+
"META-INF/**.version",
80+
"DebugProbesKt.bin",
81+
"kotlin-tooling-metadata.json",
82+
"org/bouncycastle/pqc/**.properties",
83+
"org/bouncycastle/x509/**.properties",
84+
)
85+
)
8586
jniLibs {
8687
useLegacyPackaging = true
8788
}

0 commit comments

Comments
 (0)