Skip to content

Commit 9416aa3

Browse files
committed
chore: Fix whitespace in Android build script
- Corrects whitespace in the `testOptions` and `tasks.withType<UploadMappingFileTask>` blocks in the `app/android/build.gradle.kts` file for better code formatting.
1 parent 8ebebc1 commit 9416aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ android {
5858
compose = true
5959
}
6060
packagingOptions.resources.excludes.add("/META-INF/{AL2.0,LGPL2.1}")
61-
testOptions{
61+
testOptions {
6262
execution = "ANDROIDX_TEST_ORCHESTRATOR"
6363
emulatorControl.enable = true
6464
}
@@ -112,6 +112,6 @@ dependencies {
112112
androidTestImplementation(libs.leakCanary.android.instrumentation)
113113
lintChecks(libs.android.security.lint)
114114
}
115-
tasks.withType<UploadMappingFileTask>{
115+
tasks.withType<UploadMappingFileTask> {
116116
dependsOn("processDebugGoogleServices")
117117
}

0 commit comments

Comments
 (0)