Skip to content

Commit 1686095

Browse files
committed
Add proguard rules for TaskerPluginConfig
1 parent 9807b1d commit 1686095

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app-tasker/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ plugins {
77

88
android {
99
namespace 'xyz.aprildown.timer.app.tasker'
10+
defaultConfig {
11+
consumerProguardFiles "consumer-rules.pro"
12+
}
1013
}
1114

1215
dependencies {

app-tasker/consumer-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# TODO: Remove this file after targeting 34 and upgrading tasker library
2+
-keepclassmembernames class com.joaomgcd.taskerpluginlibrary.config.TaskerPluginConfig { *; }

0 commit comments

Comments
 (0)