File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -113,18 +113,18 @@ android {
113
113
114
114
matchingFallbacks + = listOf (" release" )
115
115
}
116
- create(" benchmark" ) {
117
- isShrinkResources = true
118
- isMinifyEnabled = true
119
- signingConfig = signingConfigs.getByName(" confetti" )
120
- setProguardFiles(
121
- listOf (
122
- getDefaultProguardFile(" proguard-android.txt" ),
123
- " proguard-benchmark.pro"
124
- )
125
- )
126
- matchingFallbacks.addAll(listOf (" release" ))
127
- }
116
+ // create("benchmark") {
117
+ // isShrinkResources = true
118
+ // isMinifyEnabled = true
119
+ // signingConfig = signingConfigs.getByName("confetti")
120
+ // setProguardFiles(
121
+ // listOf(
122
+ // getDefaultProguardFile("proguard-android.txt"),
123
+ // "proguard-benchmark.pro"
124
+ // )
125
+ // )
126
+ // matchingFallbacks.addAll(listOf("release"))
127
+ // }
128
128
getByName(" debug" ) {
129
129
signingConfig = signingConfigs.getByName(" confetti" )
130
130
}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ include(":backend:service-import")
43
43
include(" :backend:terraform" )
44
44
include(" :landing-page" )
45
45
include(" :wearApp" )
46
- include(" :wearBenchmark" )
46
+ // include(":wearBenchmark")
47
47
include(" :compose-desktop" )
48
48
include(" :compose-web" )
49
49
include(" :proto" )
You can’t perform that action at this time.
0 commit comments