Skip to content

Commit 36320a2

Browse files
committed
SampleApp: Update proguardFiles configuration
1 parent 0c31335 commit 36320a2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sampleapp/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ android {
4444
signingConfig = signingConfigs.getByName("release")
4545
isMinifyEnabled = true
4646
proguardFiles(
47-
getDefaultProguardFile("proguard-android-optimize.txt"),
48-
"proguard-rules.pro"
47+
getDefaultProguardFile("proguard-android-optimize.txt")
4948
)
5049
}
5150
}

0 commit comments

Comments
 (0)