Skip to content

Commit 3febb05

Browse files
authored
Merge branch 'main' into build-plugin
2 parents 54039db + cd926a7 commit 3febb05

File tree

15 files changed

+4
-246
lines changed

15 files changed

+4
-246
lines changed

core/network/build.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040

4141
// Explicitly disable the connectedAndroidTest task for this module
4242
androidComponents {
43-
beforeVariants(selector().all()) { variant ->
43+
beforeVariants { variant ->
4444
variant.enableAndroidTest = false
4545
}
4646
}
@@ -79,9 +79,4 @@ dependencies {
7979
testImplementation(libs.kotlinx.coroutines.test)
8080
testImplementation(libs.robolectric)
8181
testImplementation(libs.androidx.core)
82-
83-
androidTestImplementation(libs.androidx.ui.test.junit4)
84-
androidTestImplementation(libs.hilt.android.testing)
85-
androidTestImplementation(projects.core.testing)
86-
kspAndroidTest(libs.hilt.compiler)
8782
}

core/network/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

core/testing/build.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525

2626
// Explicitly disable the connectedAndroidTest task for this module
2727
androidComponents {
28-
beforeVariants(selector().all()) { variant ->
28+
beforeVariants { variant ->
2929
variant.enableAndroidTest = false
3030
}
3131
}
@@ -45,11 +45,5 @@ dependencies {
4545
implementation(projects.feature.results)
4646
implementation(projects.watchface)
4747
implementation(projects.wear.common)
48-
4948
ksp(libs.hilt.compiler)
50-
51-
androidTestImplementation(platform(libs.androidx.compose.bom))
52-
androidTestImplementation(libs.androidx.ui.test.junit4)
53-
androidTestImplementation(libs.hilt.android.testing)
54-
kspAndroidTest(libs.hilt.compiler)
5549
}

core/testing/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

core/theme/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

core/util/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
}
2525
// Explicitly disable the connectedAndroidTest task for this module
2626
androidComponents {
27-
beforeVariants(selector().all()) { variant ->
27+
beforeVariants { variant ->
2828
variant.enableAndroidTest = false
2929
}
3030
}

core/util/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

core/xr/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

data/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
}
2525
// Explicitly disable the connectedAndroidTest task for this module
2626
androidComponents {
27-
beforeVariants(selector().all()) { variant ->
27+
beforeVariants { variant ->
2828
variant.enableAndroidTest = false
2929
}
3030
}

data/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)