Skip to content

Commit a1b0828

Browse files
Clean up keep rules
1 parent fe9f6ae commit a1b0828

File tree

3 files changed

+7
-22
lines changed

3 files changed

+7
-22
lines changed

MacrobenchmarkSample/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646
isShrinkResources = true
4747
proguardFiles(
4848
getDefaultProguardFile("proguard-android-optimize.txt"),
49-
"keep-rules.txt"
49+
"keep-rules.pro"
5050
)
5151
// In real app, this would use its own release keystore
5252
signingConfig = signingConfigs.getByName("debug")
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Add project specific Keep Rules here.
2+
# You can control the set of applied configuration files using the
3+
# proguardFiles setting in build.gradle.kts.
4+
#
5+
# For more details, see
6+
# http://developer.android.com/r8

MacrobenchmarkSample/macrobenchmark/keep-rules.txt

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

0 commit comments

Comments
 (0)