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 {
113113
114114 matchingFallbacks + = listOf (" release" )
115115 }
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+ // }
128128 getByName(" debug" ) {
129129 signingConfig = signingConfigs.getByName(" confetti" )
130130 }
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ include(":backend:service-import")
4343include(" :backend:terraform" )
4444include(" :landing-page" )
4545include(" :wearApp" )
46- include(" :wearBenchmark" )
46+ // include(":wearBenchmark")
4747include(" :compose-desktop" )
4848include(" :compose-web" )
4949include(" :proto" )
You can’t perform that action at this time.
0 commit comments