Skip to content

Commit

Permalink
Fix proguard rule inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Oct 28, 2022
1 parent e5abdd2 commit 5522ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
}

buildTypes {
val customProguardRules = fileTree(File("../proguard")) {
val customProguardRules = fileTree(File(projectDir, "proguard")) {
include("*.pro")
}
debug {
Expand Down

0 comments on commit 5522ad5

Please sign in to comment.