We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9807b1d commit 1686095Copy full SHA for 1686095
app-tasker/build.gradle
@@ -7,6 +7,9 @@ plugins {
7
8
android {
9
namespace 'xyz.aprildown.timer.app.tasker'
10
+ defaultConfig {
11
+ consumerProguardFiles "consumer-rules.pro"
12
+ }
13
}
14
15
dependencies {
app-tasker/consumer-rules.pro
@@ -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