We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9f6ae commit a1b0828Copy full SHA for a1b0828
MacrobenchmarkSample/app/build.gradle.kts
@@ -46,7 +46,7 @@ android {
46
isShrinkResources = true
47
proguardFiles(
48
getDefaultProguardFile("proguard-android-optimize.txt"),
49
- "keep-rules.txt"
+ "keep-rules.pro"
50
)
51
// In real app, this would use its own release keystore
52
signingConfig = signingConfigs.getByName("debug")
MacrobenchmarkSample/app/keep-rules.pro
@@ -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
0 commit comments