mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-15 02:36:12 -04:00
Fix proguard rule inclusion
This commit is contained in:
@@ -51,7 +51,7 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
val customProguardRules = fileTree(File("../proguard")) {
|
||||
val customProguardRules = fileTree(File(projectDir, "proguard")) {
|
||||
include("*.pro")
|
||||
}
|
||||
debug {
|
||||
|
||||
Reference in New Issue
Block a user